Help for this page

Select Code to Download


  1. or download this
    sub test_match {
      my( $regexp, $string ) = @_;
    ...
    
    my $string = "Hello world!\n";
    print $string if test_match( qr/hello/i, $string );