Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    print "\nBAD Tests (Should not match.)\n";
    print /$pat/ ? '   ': 'no ', "match: '$_'\n" for @bad;