in reply to Re: How is this Perl?
in thread How is this Perl?

Thank you very much! This was indeed educational. Living and learning. I do wish Perl would keep it simple, and not introduce too many esoteric constructs like this one. Let's stay true to the "P" in Perl!

Replies are listed 'Best First'.
Re^3: How is this Perl?
by chromatic (Archbishop) on Aug 14, 2007 at 02:33 UTC
    I do wish Perl would keep it simple...

    That depends on your definition of simplicity. Attributes offer amazing opportunities to simplify interfaces. Look at P5NCI::Declare for an example.