Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        s/[^\w ,.()\t-]+//g;
        print;
        }
    
  2. or download this
    perl -pi.old -e 's/[^\w ,.()\t-]+//g' input_file