wudaben has asked for the wisdom of the Perl Monks concerning the following question:
$line =~ s/39,\\\\r\\n00,39,00,39,00,39/3$fields[0],\\\\r\\n00,3$field +s[1],00,3$fields[2],00,3$fields[3]/g;
Edited by Chady -- added code tags.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Including special characters in a search and replace
by Caron (Friar) on Jan 15, 2005 at 06:28 UTC | |
Re: Including special characters in a search and replace
by Chady (Priest) on Jan 15, 2005 at 06:53 UTC | |
by wudaben (Initiate) on Jan 16, 2005 at 05:09 UTC | |
Re: Including special characters in a search and replace
by Thilosophy (Curate) on Jan 15, 2005 at 06:14 UTC |