in reply to Re: %hash print output formatting question
in thread %hash print output formatting question
sub print_formatted { print "print \%hash with other text:\n"; print "\%hash: " , %hash , "\n\n"; }
For quick dumping of hashes (and arrays, and references, etc.), see also Data::Dumper.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: %hash print output formatting question
by duggles (Acolyte) on Oct 27, 2010 at 22:33 UTC |