> "Lasher" == Lasher, Brian <[EMAIL PROTECTED]> writes:
Lasher> I love using Data::Dumper. Was wondering if anyone knew
Lasher> of a similar module that will take a reference to any data
Lasher> structure (the way Data::Dumper does) and generate a CSV
Lasher> file for all the
Thanks a lot folks. My mistake...I should have looked at "-p"'s significance before posting it. Thanks again, ArijitDZ-Jay <[EMAIL PROTECTED]> wrote: Arijit Das wrote:> I am just wondering why is this giving a strange result. Any clues...?> This is from the Perl In A Nutshell book:---