Help for this page

Select Code to Download


  1. or download this
    foreach my $combine (sort keys %$self) {
      if($key =~ /^$combine(.*)$/) {
    ...
        print "Found (suffix $combine): $1\n";
      }
    }