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
Outlook 2007 Continually asks for an Exchange Server password
Location tab missing from My Documents properties
Have to restart print spooler to print to HP Photosmart C7280
Why won''t my computer access the Internet using IE after MSFT updates?
How do I delete some lines in a text file?
HP StorageWorks Modular Smart Array 1000 Question
VB.NET Setup Installing App Files Without Asking What Folder to Install
publishing websites in TMG 2010
Mailbox Quota full
Internet shortcut via batch file