as_ndr has asked for the wisdom of the Perl Monks concerning the following question:
$db{worda}[0] = "stringa"; $db{worda}[1] = "stringb"; $db{worda}[2] = "stringc"; $db{wordb}[0] = "stringd"; $db{wordb}[1] = "stringe"; $db{wordc}[0] = "stringf"; $db{wordd}[0] = "stringg"; $db{worde}[1] = "stringh"; $db{worde}[2] = "stringi"; $db{worde}[3] = "stringj";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Saving and restoring hash variable data
by GrandFather (Saint) on Dec 08, 2005 at 23:39 UTC | |
by friedo (Prior) on Dec 09, 2005 at 00:06 UTC | |
|
Re: Saving and restoring hash variable data
by Siddartha (Curate) on Dec 09, 2005 at 00:36 UTC | |
|
Re: Saving and restoring hash variable data
by TedPride (Priest) on Dec 09, 2005 at 01:54 UTC | |
|
Re: Saving and restoring hash variable data
by as_ndr (Initiate) on Dec 09, 2005 at 16:42 UTC | |
|
Re: Saving and restoring hash variable data
by as_ndr (Initiate) on Dec 09, 2005 at 14:50 UTC |