Help for this page

Select Code to Download


  1. or download this
    package MyTypes;
    
    ...
      via { tie my @array, "Tie::File", $_; return \@array };
    
    1;