Help for this page

Select Code to Download


  1. or download this
    $foo = "1";
    if ( $foo =~ /^[a]+/ ) {
      print "Match\n";
    }