Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    #
    ...
        print q{Match} if $string =~ $rxCondMatch;
        print q{-} x 20;
    }
    
  2. or download this
    a123ga123b
    Match
    ...
    --------------------
    d663h
    --------------------