From: Jim C. <jc...@di...> - 2003-01-31 23:36:07
|
Kevin Goess wrote: > > Mike Schilli wrote: > >> Looks like this is related, > > > Yeah, Data::Dumper doesn't always return data in the same order, darn it. $Data::Dumper::Sortkeys = 1; # alpha sort hash keys slows it down a bit, (never tested that - but it must), but predictabilty is good in logs. |