commandline replace and running out of quotes
am 11.08.2007 23:47:06 von John BaginsI am using the inplace edit of commandline perl in a per script.
How do I insert those doublequotes in the RHS?
system qq|perl -pi -e "s/(?=#FILE_MARKER)/" $var "/| file_name;
^ ^
Thanls
Eric Smith