chilton@tca.net writes: > Is there an easy method of saving a Perl hash to disk? I'm sure there is > something idiot-simple, but I've not been able to find it. Get Data::Dumper module on CPAN. This is extermely useful module. The essence of its functionality is that it allows you to save data (nested hashes or lists ...) on disk, and you can read it back later. If you work with heavily nested lists or hashes, this package is a must for debugging. (so that you can "see" your data.) If you have problems "installing" the module for Mac, check a message I posted sometimes in Sep or Oct, where I gave a simple instruction on "installing" it for MacPerl. Also, check Chris Nador's webpage. I think he's got the MacPerl customized version and probably includes installing instructions in readme file too. Xah, xah@best.com http://www.best.com/~xah/PageTwo_dir/more.html "Your nonsense is no better than mine." --Mathematician of metaland. ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch