in reply to Re^5: How to improve introspection of an array of hashes
in thread How to improve introspection of an array of hashes

Here is a python equivalent: https://github.com/ilyash/show-struct/blob/master/show_struct.py. And they talk about Perl looking like a mess? :)

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^6: How to improve introspection of an array of hashes