perlmuser has asked for the wisdom of the Perl Monks concerning the following question:
I have to write an array to a file, basically export the array variable , and then read it back from the file
the array is populated in the following manner
eval(" push \@reg_map${page_counter},\[\"\$var01\",\$var00,\"$var02\"\]");reg_map is the array which i need to write/dump/export in to a file as it is and then imported/retrieved in the same format .. Can this be done in some way .. using Dump/Export/Store
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Writing indexed arrays in to an file and then retrieved
by stevieb (Canon) on Oct 28, 2015 at 16:51 UTC | |
by perlmuser (Novice) on Oct 29, 2015 at 06:37 UTC | |
by Anonymous Monk on Oct 29, 2015 at 07:16 UTC | |
|
Re: Writing indexed arrays in to an file and then retrieved
by shmem (Chancellor) on Oct 29, 2015 at 11:47 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |