Help for this page

Select Code to Download


  1. or download this
                                  # $_     $_[0]  $_[1]  $_[0]  $_[1]
                                  # -----  -----  -----  -----  -----
    ...
       alias $_[1] = $_+=3;       # 6      $_     $_     6      6
       &f;
    };
    
  2. or download this
    >perl -le "$_=1; ($_+=2)+=3; print $_"
    6