Re: Problem with Perl5Substitution
"Daniel F. Savarese" <[email protected]> Wed, 07 May 2003 21:34:09 -0400
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
In message <000001c314cf$d77c9e00$2a00a8c0@htsony>, "ravi" writes: >me "let $&hope he $&do the best". i.e. It's just replacing the match >string with $& instead of inserting a blank space before it... Use $0 instead of $&. daniel