$data_path = "saved.data"; $now = time(); open(O, ">$data_path"); print O "@boxed"; close(O);