in reply to Re: Re: Backslash Interpolation
in thread Backslash Interpolation
Note that Data::Dumper produces Perl code so, if you give Data::Dumper a string with a single backslash in it, then it will display a string literal with the backslash escaped, that is, the output will contain two backslashes.
So I still think the slash is being lost before CGI.pm gets involved.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re: Backslash Interpolation
by Anonymous Monk on Jun 14, 2001 at 21:03 UTC | |
by tye (Sage) on Jun 14, 2001 at 21:13 UTC |