Help for this page

Select Code to Download


  1. or download this
    print "first=", $var, " second=", $var--, "\n";
    
  2. or download this
    do {
       local @_;
    ...
       alias $_[4] = "\n";        #     for $var.
       &print;
    };