Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    __END__
    
    Did not find all needed search strings
    
  2. or download this
    #Search strings that must much - ARRAY form.
    my @arrayOfSearchStrings = map { "[$_]" } 945850 .. 945852;
    ...
    else {
        print "Found ALL SEARCH STRINGS required in ARRAY\n";
    }