Help for this page

Select Code to Download


  1. or download this
    my @regex = ( 'foo', 'b[a-z]' );
    my $string = 'foo';
    ...
            $count++ if $_[0] =~ /$_[1]/;
        };
    }
    
  2. or download this