Help for this page

Select Code to Download


  1. or download this
    print $x, $x++;
    
  2. or download this
    {
       local @_;
    ...
       alias $_[1] = $x++;
       &print;
    }