Re: tie a hash to a file

2018-08-01 Thread Shlomi Fish
On Wed, 01 Aug 2018 19:16:54 +0800 "Lauren C." wrote: > Do you know how to tie a hash to a disk file thus read by another process? > > Currently my solution is writing the data to a JSON file and read it from the > other program. > > Thank you. > See http://perl-begin.org/uses/databases/ . I

Re: tie a hash to a file

2018-08-01 Thread Илья Рассадин
Hi! Look at https://metacpan.org/pod/Tie::File::AsHash On 8/1/18 2:16 PM, Lauren C. wrote: Do you know how to tie a hash to a disk file thus read by another process? Currently my solution is writing the data to a JSON file and read it from the other program. Thank you. -- To unsubscribe,

tie a hash to a file

2018-08-01 Thread Lauren C.
Do you know how to tie a hash to a disk file thus read by another process? Currently my solution is writing the data to a JSON file and read it from the other program. Thank you.