Help for this page

Select Code to Download


  1. or download this
    perl -e 'print chr(ord()+1) foreach(split //,`cat file.pl`);'
    
  2. or download this
    perl -e '@lines=`cat file.pl`;print $#lines,"\n", $lines[2];'