Help for this page

Select Code to Download


  1. or download this
    getlists(\@a, \@b);
    print join(" ",@a),"\n",join(" ",@b);
    ...
        @{$_[0]} = @foo;
        @{$_[1]} = @bar;
    }
    
  2. or download this
    getlists(\@a, \@b);
    print join(" ",@a),"\n",join(" ",@b);
    ...
        @$foo = (1,2,3);
        @$bar = (4,5,6);
    }