in reply to Custom printing of an HoA

Does it need to be readable by an end user, or is it just for debugging something? If debugging, use Data::Dumper.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: Custom printing of an HoA
by bioinformatics (Friar) on Oct 03, 2003 at 19:14 UTC
    I've heard a lot about Data::Dumper, but haven't used it much. The data is to be read in excel format, so using Data::Dumper won't help in this situation. Thanks for the suggestion though!!
    Bioinformatics