Help for this page
use Storable; store(\@array, 'file.ext'); my $aref = retrieve('file.ext');
use warnings; use strict; ... close $fh;