Help for this page

Select Code to Download


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