Help for this page

Select Code to Download


  1. or download this
     myPerlScript.pl -input_file myInputFile.txt -pats "^atlas\S+/ || /\/world\s+/ || /\nowhere\s+"
  2. or download this
     ....
    ....
    forach my $hashkey (keys %myHash) {
    ...
      print "no Match $hashkey\n";
     }
    }