The book from O'Reilly, Perl DBI, chapter 2, has a good look at Data::Dumper and other approaches that could work here.
"Jonathan E. Paton" To: [EMAIL PROTECTED] <jonathanpaton@ cc: yahoo.com> Subject: Re: external hashtable 03/18/2002 10:41 AM > Ok, I'm on a Linux box here. and I do have > Data::Dumper. :) > So how would the solution with Dumper work? > There is not very much documentation on Dumber > in "the camel"... s/Dumber/the smarter way/; I suggest you search via your favourite search engine, or if you don't mind reading a little: perldoc Data::Dumper To output: print FILE Data::Dumper->Dump(\%hash); Reading might be the same as I showed, don't know. Jonathan Paton __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]