Help for this page

Select Code to Download


  1. or download this
    do_something($_) for (
      exit => # comment
    ...
    sub do_something {
      print "Got ($_[0])\n";
    }