in reply to Re: What does belg4mit's signature do?
in thread What does belg4mit's signature do?
$ perl -MO=Deparse -wpe "s/\b;([mnst])/'$1/g" BEGIN { $^W = 1; } LINE: while (defined($_ = <ARGV>)) { s/\b;([mnst])/'/g; } continue { print $_; } -e syntax OK
Where did my $1 went to? :-|
This should be something trivial, but... my $1 is disappearing... :-| I'm going from "don;t" to "don'" :-|
Wasn't ' the same thing as ::?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What does belg4mit's signature do?
by ccn (Vicar) on Oct 01, 2004 at 12:09 UTC |