$data_file="saved.data"; open(DAT, $data_file) || die("Could not open file!"); @raw_data=; close(DAT);