Help for this page

Select Code to Download


  1. or download this
    perl -p -e 's/^\s+//' < file1 > file2
    
  2. or download this
    while(<>) {
       # whatever is in -e
       print $_;
    }