Help for this page

Select Code to Download


  1. or download this
    sub x {
        $_++ for @_;
        @_[1,4] = (2,5);
        &z;
    }