- or download this
sub h{pop=~/(?:\w+\W*){4}(\w+)/}
- or download this
print STDERR"Can't find label TPC at -e line 5."
- or download this
sub f{pop=~/^(.*?)\1+$/}
- or download this
sub h{$_=pop;s/(..)/chr hex $1/eg;(/../g)}
- or download this
sub g{$m=pop;map{$m=$_ if $_>$m}@_;$m}
- or download this
sub v{sort{eval'$a=~/([aeiou])/;$1'cmp eval'$b=~/([aeiou])/;$1'}@_}