in reply to Re: Misunderstood array behavior
in thread Misunderstood array behavior

Even better is the CPAN module Data::Dumper
Not only is it a CPAN module, but it is also a "Core Module". This means that it is part of the Perl distribution and does not have to be separately downloaded and installed. It also means that you can use [doc://Data::Dumper] to link to the Perl doc, like so: Data::Dumper. You probably knew all this, but just in case others were unaware...

Replies are listed 'Best First'.
Re^3: Misunderstood array behavior
by jethro (Monsignor) on Sep 20, 2008 at 15:57 UTC
    Actually I didn't know this. Since I use linux distributions that make it easy to add lots of non-core modules to the installed perl at installation, the distinction between core and non-core is in practice replaced by distribution and non-distribution