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.
and the regex problem/solution was? (Score:1)
Bill
# I had a sig when sigs were cool
use Sig;
Reply to This
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,