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.
A bit cleaner (and probably faster ;-) (Score:2)
if(
$_ = substr($_,1,-1);
s/\\\|:/
y/:|\\//d;
}
Were that I say, pancakes?
Re:A bit cleaner (and probably faster ;-) (Score:2)
than the monastery. The if statement could
arguable be cleaner with use of index and
rindex.
Were that I say, pancakes?
Reply to This
Parent
Button, button, whose got the button? (Score:2)
Damn, the buttons are in a different order than the monastery.
I've been bitten by that one more than one occassion :)