Help for this page
$_ = "13foo"; if($_ == 13) { ... } __OUTPUT__ Works
my ($first, $rest) = split '', $str, 2;
$_ = reverse $str; print chop;