in reply to Re^11: Converting hash into js object properties
in thread Converting hash into js object properties

Thanks. Though I think I'm going to roll my own hash recursion routine. I need the mental exercise. This should help me through.

$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^12: Converting hash into js object properties