Help for this page

Select Code to Download


  1. or download this
    package MyClass;
    my $cnt;
    ...
    print "\$match value:", $match;
    print "HURAY (m)"  if  $match =~ m/$re/;
    print "count = ".$obj->cnt;
    
  2. or download this
    $match value:hell yeah
    HURAY (m)
    count = 1
    $match value:hell no
    count = 9