NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Superfluous $2? (Score:1)
Re:Superfluous $2? (Score:1)
I think it is needed. If the input is "/foo/bar baz" then $2 is whitespace. Dropping it would make the subject "barbaz" instead of "bar baz"
I have not tested this, but it was my intent and seems correct.
rjbs
Reply to This
Parent
Re: (Score:1)