Help for this page

Select Code to Download


  1. or download this
    References are not allowed as default values, you must wrap the defaul
    +t of 're' in a CODE reference (ex: sub { [] } and not []) at ...
    
  2. or download this
    #! perl
    use strict;
    ...
    my $t = Test->new();
    
    print "$_ ", $t->match($_), "\n" for 'abc123def', '456';