You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow to use other modules (like JSON encoder) to traverse hash keys in specified order and e.g. allow user to easily generate JSON hash with keys in order as he want. And it would work with any Perl module which use just plain keys function without sorting them.
The text was updated successfully, but these errors were encountered:
E.g.
So construction of new ordered hash would be simple and also its usage. E.g.
and output would be:
This would allow to use other modules (like JSON encoder) to traverse hash keys in specified order and e.g. allow user to easily generate JSON hash with keys in order as he want. And it would work with any Perl module which use just plain
keys
function without sorting them.The text was updated successfully, but these errors were encountered: