in reply to Can't retrieve with storable
my $aref = retrieve("file") or die "Cannot retrieve\n"; @array2 = @$aref; print $#array2."\n"; [download]