Help for this page

Select Code to Download


  1. or download this
    while (my $line = <INFILE>) {
        my @words;
    ...
        }
        print $line;
    }
    
  2. or download this
        my ( $key, $val ) = /^(\d+)\s+([\w-]+)/;
       ...
        my $pattern = quotemeta "\b([$cc]{$min,$max})\b/";