Help for this page

Select Code to Download


  1. or download this
    use Storable;
    
    store(\@array, 'file.ext');
    
    my $aref = retrieve('file.ext');
    
  2. or download this
    use warnings;
    use strict;
    
    ...
    
    close $fh;