in reply to Re: Re: Re: Backslash Interpolation
in thread Backslash Interpolation
I get the following output:my $string = '\\this is a test on \ escapes . '; $string =~ s/\\/\\\\/g; print $string;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Backslash Interpolation
by Graham (Deacon) on Jun 14, 2001 at 18:33 UTC |