![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: Opere Citato Japhby truedfx (Monk) |
on Sep 20, 2005 at 12:13 UTC ( #493411=note: print w/replies, xml ) | Need Help?? |
It doesn't work here - it simply prints out "perl5" for each. $^X is /usr/bin/perl5.8.7, so m;.+[/\\]([^\.]+); sets $1 to perl5. When I change it to m;.+[/\\]([^\d.]+);, it works; very nice.
In Section
Obfuscated Code
|
|