cormanaz has asked for the wisdom of the Perl Monks concerning the following question:
In case you're wondering why I'd want to do this because, it's because I use hashes to save typing the blasted -> operators (is that the right word?) you use to refer to object keys. If I write some script that is incremental -- i.e. I add some data to the hash and save, then retrieve and add more later -- I have to go back and convert the code to add the -> operators and I'd rather not have to do this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to convert Storable object back to a hash
by swl (Prior) on Jun 21, 2023 at 03:27 UTC | |
by tobyink (Canon) on Jun 21, 2023 at 05:48 UTC | |
by cavac (Prior) on Jun 26, 2023 at 09:21 UTC | |
|
Re: How to convert Storable object back to a hash
by Discipulus (Canon) on Jun 21, 2023 at 07:13 UTC | |
|
Re: How to convert Storable object back to a hash
by bliako (Abbot) on Jun 21, 2023 at 08:08 UTC | |
|
Re: How to convert Storable object back to a hash
by ikegami (Patriarch) on Jun 21, 2023 at 19:53 UTC | |
|
Re: How to convert Storable object back to a hash
by Anonymous Monk on Jun 21, 2023 at 12:15 UTC |