Help for this page

Select Code to Download


  1. or download this
    
    perl -e '$_=`perl -v`;while(/\d\,(\s\x4c[^\n]+)/){print$1}'
    
  2. or download this
    
    perl -le '$_=`perl -v`;if(/\d\,\s(\x4c[^\n]+)/){print$1}'