Help for this page

Select Code to Download


  1. or download this
       * scalars as themselves
       * each array as an array reference (a reference is a scalar)
       * each hash as a hash reference (a reference is a scalar)
    
  2. or download this
      1. there is no reason to pass a reference to
         $template(a scalar) to the subroutine - why not just
    ...
    
         which takes more memory since you are creating another
         array(@new_array).