Re: how do I replace all the spaces in a string with +

2010-02-19 Thread Sergey Matveev
Greetings, On Fri, Feb 19, 2010 at 02:23:07PM -0800, John W. Krahn wrote: > You don't have to escape a plus sign in a quoted string: > > $string =~ s/ /+/g; Yeah. I see. I understand my fault. -- Happy hacking, Sergey Matveev FSF Associate member #5968 | FSFE Fellow #1390 --

Re: how do I replace all the spaces in a string with +

2010-02-19 Thread Sergey Matveev
ll spaces will be replaced. -- Happy hacking, Sergey Matveev FSF Associate member #5968 | FSFE Fellow #1390 -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/