@array2 = @{retrieve("file")} ... #### my $aref = retrieve("file") or die "Cannot retrieve\n"; print @$aref;