> -----Original Message----- > From: Thompson, John [mailto:jth...@midwestern.edu] > Sent: Thursday, 3 September 2009 6:07 AM > > Is there any variable that I can set that would tell dump to > sort the keys of a hash alphabetically (Like Data::Dumper)?
Not as far as I can see from the docs. But, then again, it's a trivial thing to write your own sub that does this. A completely untested example to simulate the default behavior :- [! use Data::Dumper; !] [$ sub sorted_dump $] <pre> [+ do { local $Data::Dumper::Sortkeys=1; Dumper( @_ ); } +] </pre> [$ endsub $] Cheers, Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org For additional commands, e-mail: embperl-h...@perl.apache.org