Help for this page

Select Code to Download


  1. or download this
     my ($arr1,$arr2) = &sub();
    
    sub {
         return \(@arr1, @arr2);
    }