in reply to
print_r or var_dump?
While I am not familiar with the functionality of print_r and var_dump, I use
Data::Dumper
to display perl data structures.
Does this help?
Comment on
Re: print_r or var_dump?
In Section
Seekers of Perl Wisdom