![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: using sed buffersby ww (Archbishop) |
on May 02, 2012 at 21:37 UTC ( [id://968553]=note: print w/replies, xml ) | Need Help?? |
Don't use sed; use a regex, re which, see perlrequick, perlretut and the regex section of our Tutorials.
Also, please use code tags (<c>...</c) around code, as directed around the text-entry box you used. Update: Reading Markup in the Monastery will also help resolve your display issues. However, a hint: perl regexen use $1, $2, etc for the buffers you seem to be seeking.
In Section
Seekers of Perl Wisdom
|
|