use Storable; store(\@array, 'file.ext'); my $aref = retrieve('file.ext');