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
Drive directory reference change /dev/sda to /dev/sdb etc
How do I recreate the _msdcs.domain.com Forward Lookup Zone.
Convert C into vb
Collect Windows 7 Product ID Scripr
Basic Gateway Address
The operation can't be completed.....
Macro for delay send of an excel sheet to a mail recipient
send as different user - exchange 2003/outlook 2003
PL/SQL Performance
Insert Into