in reply to Re: Retrieving a single value from a Tie::IxHash object
in thread Retrieving a single value from a Tie::IxHash object

I should have tested this more thoroughly. No matter what I put in the for the argument to Values, it always returns the first element.

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

  • Comment on Re^2: Retrieving a single value from a Tie::IxHash object