Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
            print "No match for >$str<\n";
        }
    }
    
  2. or download this
    Matched >Z.z< in >name = Z.z<
    No match for >name = 1.z<
    ...
    Matched >aaa< in >name = aaa<
    Matched >aa_< in >name = aa_<
    Matched >xxx< in >name = xxx@<