Microsoft
Software
Hardware
Network
Question : perl regex replace
I read in a file in perl into a string using
my $file= do { local $/; <INFILE> };
the file contains the following and I need to replace what is in VarFNC("neednewdatahere").
How can I make a regex to do this?
function thisismyfunction()
{
myVar= new VarFNC("thisisthedata");
myVar.startLog();
Answer : perl regex replace
Perhaps like this:
1:
$file =~ s/VarFNC\("[^"]+"\)/VarFNC("neednewdatahere")/g;
Random Solutions
FAX configuration in windows 2003 server with Gmail.
Joomla CiviCRM problem
Application pool suffered a fatal communication error with WWW PS
Audit, log and RBAC on AIX
Blackberry browser 400 error - socketexception Connection reset
Unable to view PDF files in a web browser
-ERR Protocol Error. 17
Splitting db and performance
Is SQL Server 2005, 2008 free?
basic quadratic question