Help for this page

Select Code to Download


  1. or download this
      sub _extract {
        my ($funct,$Jscript) = @_;
    ...
            print "Matched :\n",$1;
        } 
      }
    
  2. or download this
      foo (a, b, c) {
        if (c) { a++; } else { b--; }
    ...
        if (d) { e++; } else { f = g + h; }
        print "ho";
      }