perl-beginner%40yahoogroups.com">perl-beginneryahoogroups.com wrote on 09/19/2007 08:32:57 AM:
> --- In perl-beginner%40yahoogroups.com">perl-beginneryahoogroups.com, Ryan J Nauman <RJNauman...>
wrote:
> >
> > Is there any function to nicely dump the contents of an array/hash?
> > Similar to var_dump or print_r in php? If not, anyone have one they
> wrote
> > themselves?
> >
> > Thanks
> >
> > ------------------------
> > Ryan Nauman
> > Business Intelligence
> > Decision Support > > (412) 433-1737
> >
> > [Non-text portions of this message have been removed]
> >
>
> use Data:umper;
>
> print Dumper (yourArray);
> print Dumper (yourHash);
>
> ~
You are a life saver
[Non-text portions of this message have been removed]