in reply to What does belg4mit's signature do?
e.g. input: don;t output: don't
perl -MO=Deparse -wpe "s/\b;([mnst])/'$1/g" BEGIN { $^W = 1; } LINE: while (defined($_ = <ARGV>)) { s/\b;([mnst])/'$1/g; } continue { print $_; } -e syntax OK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What does belg4mit's signature do?
by cog (Parson) on Oct 01, 2004 at 11:35 UTC | |
by ccn (Vicar) on Oct 01, 2004 at 12:09 UTC |