Help for this page

Select Code to Download


  1. or download this
    sub lword{
    push(@{$a[length]},$_)for(pop)=~/\b\w+/g;@{$a[-1]}
    }
    
  2. or download this
    sub lword2{
    for((pop)=~/\b\w+/g){push(@{$a[length]},$_);@b[0..-2]=''}@{$a[-1]}
    }