Help for this page

Select Code to Download


  1. or download this
    foo($x, $y+1, $z);
    
  2. or download this
    {
        local @_;
    ...
        alias $_[2] = $z;
        &foo;
    }