Help for this page

Select Code to Download


  1. or download this
    package Regexp::Simple;
    
    ...
    subpatlist: '(' pattern(s /,/) ')'
                                { $item[2] }
    
  2. or download this
    use Regexp::Simple;
    
    ...
       print "Found a match at time $1!\n";
    }