Help for this page

Select Code to Download


  1. or download this
    my @j;
    for (0..4) {
    ...
     print $_->get for @_;
    }
    &f(@j);