Package: perl-doc
Version: 5.14.2-12
Severity: wishlist
File: /usr/share/man/man3/Data::Dumper.3perl.gz

At
           print Data::Dumper->Dump([$b, $a], [qw(*b a)]);
it would also be great to have a general example of how to dump 1000 hashes:
for(@hashnames){
           print Data::Dumper->Dump([\%$_], [qw(*$_)]);
}
or just
           print Data::Dumper->Dump([map( \%, @hashnames)], [@hashnames)];

which of course do not work. So it would be great to know how to do it.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to