Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        print "does not match\n";
      }
    }
    
  2. or download this
    my %match;
    my @num = ('A000','A123'..'A456','A999','B000','B789'..'B888');
    ...
        print "does not match\n";
      }
    }