in reply to Re: Re: RFC: Data::Dumper::Lite
in thread RFC: Data::Dumper::Lite

I have to use B::Deparse to get at the code references. Perhaps I could make use of autouse or autoload to reduce the overhead of using B::Deparse when it is not used.

perldoc -f require

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

Replies are listed 'Best First'.
Re: Re: Re: Re: RFC: Data::Dumper::Lite
by Mr. Muskrat (Canon) on May 28, 2003 at 13:13 UTC
    Talk about overlooking the obvious! :-)