Help for this page

Select Code to Download


  1. or download this
       $| = 0;
       print "first=", $|, " second=", $|--, "\n";
    
  2. or download this
       $| = 1;
       print "first=", $|, " second=", $|--, "\n";