![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
RE: Rexgrepby flyfishin (Monk) |
on Apr 20, 2000 at 20:34 UTC ( #8184=note: print w/replies, xml ) | Need Help?? |
How about using the funny symbols just for kicks?
$string =~ /.*\//;
$page = $';
print "$page\n";
In Section
Seekers of Perl Wisdom
|
|