Help for this page

Select Code to Download


  1. or download this
    # ...
    open my $in, "<", "uuu.txt" or die "cannot open the input file$!";
    ...
    }
    close $_ for ($in, $out);
    # ... renaming, etc.
    
  2. or download this
    perl -i.bak -p -e 's/[0-9\s]//g' uuu.txt