Help for this page

Select Code to Download


  1. or download this
      for ($given){
        print "\nFOR($_):";
    ...
        if (/xyz/) { print "xyz" ;next}
        print "default";
      }