Help for this page

Select Code to Download


  1. or download this
    #list of regex-strings
    my @regex =
    ...
    
    #is now a list of subroutines
    @regex = map { eval "sub { $_ }" } @regex;
    
  2. or download this
    my @text = 
    (
    ...
        }
        print "new  $_\n";
    }