Help for this page

Select Code to Download


  1. or download this
    
         sub list {
    ...
               return(1,2);
     
         }
    
  2. or download this
    
         sub arrays {
    ...
              return (\@A);
    
         }