in reply to XML::Maker

my $class = ref($proto) || $proto;
See "ref($proto) - just say no!".

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re: Re: XML::Maker
by vadim_t (Acolyte) on Oct 06, 2003 at 01:15 UTC

    Interesting, thanks for the link.

    That module is from a long time ago, btw, so I probably wrote that line without understanding what it does. Now I can definitely see that what you say makes a lot of sense.