use Data::Dumper; $Data::Dumper::Pair = ' : '; $Data::Dumper::Quotekeys = 0;
The keys are not quoted using this method. Only problem now is that the true values are printed as literals with 'true'.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
In reply to Re^4: Converting hash into js object properties
by nysus
in thread Converting hash into js object properties
by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |