in reply to Re: Slicing a hash reference from a collection of hash references within a hash
in thread Slicing a hash reference from a collection of hash references within a hash reference

Thank you! Looks so damn obvious once you see the solution.

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

  • Comment on Re^2: Slicing a hash reference from a collection of hash references within a hash