On Tue, Sep 10, 2002 at 11:17:33AM -0700, Rowan Reid wrote: > What is the correct way to access and store complex data structures to a > file. I.e. hashes with several references.
This is Perl. There is no "correct" way. But you could take a look at Data::Dumper and Storable for other solutions. You might also like to investigate YAML. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]