I would trust Data::Dumper for this:
perl -MData::Dumper -e 'print Dumper %main::';or, for extra XML points (and ease of reprocessing the data):
perl -MData::DumpXML -e 'print Data::DumpXML::dump_xml( %main::)';In reply to Re: Pinting package information
by mirod
in thread Printing package information
by fmogavero
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |