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.
Marketing Information (Score:1)
------------------------------
You are what you think.
Re: Magic Bathroom (Score:2)
Related Perlmonks node (Score:1)
-- Douglas
and the regex problem/solution was? (Score:1)
Bill
# I had a sig when sigs were cool
use Sig;
Re:and the regex problem/solution was? (Score:2)
Consider $foo = 'abc&' and $n = 3. I would want 'abc' to match, and '&' to not match, since it is not 3 chars long. '&am' matches,