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
Delete user from Bes Express but system still thinks they are in the database
What is Overloading?
Crystal Report 2008 Query - OR Multiple Parameter
.net Click Once With Silent Install
Design not showing in Visual Studio
Unable to open PDF's in Outlook 2007, ""There was an error opening this document. This file cannot be found."
WINDOWS XP PRO MEDIA EDITION RECOVERY
Script to email newly created computers. Need to add groups & users accounts also.
Join query give duplicate value
Exchange 2010 mailbox move and activesync issue