Help for this page

Select Code to Download


  1. or download this
    sub passingArray {
      my ( $aref1, $aref2 ) = @_;
    ...
     print "Number of elements newtmp: $#$aref2\n";
     print "tmp1 @$aref2\n";
     }