Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
but this is just wiping out $foo. what am i doing wrong?$foo=~s/\"/\\\"/g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: I am having a problem with search and replace regarding "
by GrandFather (Saint) on May 30, 2006 at 02:29 UTC | |
Re: I am having a problem with search and replace regarding "
by Joost (Canon) on May 30, 2006 at 11:06 UTC | |
Re: I am having a problem with search and replace regarding "
by merlyn (Sage) on May 30, 2006 at 02:26 UTC | |
by jdporter (Paladin) on May 30, 2006 at 02:54 UTC | |
by GrandFather (Saint) on May 30, 2006 at 02:32 UTC | |
by merlyn (Sage) on May 30, 2006 at 02:48 UTC | |
by Unanimous Monk (Sexton) on May 30, 2006 at 14:10 UTC | |
by merlyn (Sage) on May 30, 2006 at 15:26 UTC | |
|