Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    s/^\d+// && print while <>;
    
  2. or download this
    myscript intext.txt > outfile.txt
    
  3. or download this
    perl -p -e 's/^\d+//' infile.txt > outfile.txt