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
Unload as3 but Audio continues to play
jquery set value of hidden form field
IP address remembered as old computer name
SQL Query help
Loop through Months Of Year to pop ddl
Trouble installing Panasonic Printer/Copier devices on SBS 2008
override err.raise?
My RAM use is at 30% but I'm still getting page faults.
Mouse wheel action on scroller
How can I rotate a video?