in reply to Re: Re: Data::Dumper in perl-only?
in thread Data::Dumper in perl-only?

Er. Actually you want to watch out that the objects dont have "" overloaded.

In order to be totally safe you need to use

overload::StrVal($obj)
Also, instead of the above mentioned Data::Denter (which I dont like) I would recommend Data::Dump (which I do).

Yves / DeMerphq
--
Data::PrettySimple

Replies are listed 'Best First'.
Re: Re: Re: Re: Data::Dumper in perl-only?
by jhanna (Scribe) on Jan 25, 2002 at 03:06 UTC
    Ahhh.. Data::Dump is so much nicer than Data::Dumper. I like it too!