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 = sub { \$_=\$_[0]; $_; \$_ }" } @regex;
    
  2. or download this
    my @text = 
    (
    ...
        }
        print "new  $t\n";
    }