[Catalyst] data::dump vs data::dumper

Matt S Trout dbix-class at trout.me.uk
Wed Jul 5 21:50:05 CEST 2006


Krzysztof Krzyzaniak wrote:
> Krzysztof Krzyzaniak wrote:
>> What is the reason for using Data::Dumper and using Data::Dump instead?
> 
> erm I mean "... for droppig Data::Dumper and using Data::Dump"

Specifically designed for debugging

More readable output

Doesn't have stupid bugs that leave the each position of hashes in the wrong 
places thus causing apparent bugs in user code.

-- 
      Matt S Trout       Offering custom development, consultancy and support
   Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list