Help for this page

Select Code to Download


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