stan131 has asked for the wisdom of the Perl Monks concerning the following question:
I am not sure how do I go about writing this type of hash to a out file and read the file to rebuild hash in the second program.my %test_hash = ('a1' =>{'abc' => 1.2, 'abd' => 2.3, 'acd' => 4.5} 'b1' =>{'xyz' => 2.2, 'xya' => 4.5, 'mng' => 10.3} )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Caching or using values across multiple programs
by lakshmananindia (Chaplain) on May 06, 2009 at 03:48 UTC | |
by stan131 (Acolyte) on May 06, 2009 at 04:14 UTC | |
|
Re: Caching or using values across multiple programs
by ELISHEVA (Prior) on May 06, 2009 at 05:14 UTC | |
|
Re: Caching or using values across multiple programs
by Your Mother (Archbishop) on May 06, 2009 at 04:31 UTC | |
|
Re: Caching or using values across multiple programs
by nagalenoj (Friar) on May 06, 2009 at 03:54 UTC | |
|
Re: Caching or using values across multiple programs
by Anonymous Monk on May 06, 2009 at 03:31 UTC | |
by stan131 (Acolyte) on May 06, 2009 at 04:12 UTC | |
|
Re: Caching or using values across multiple programs
by ig (Vicar) on May 06, 2009 at 04:40 UTC | |
|
Re: Caching or using values across multiple programs
by merlyn (Sage) on May 08, 2009 at 20:37 UTC |