in reply to Sub attributes

IIRC (I don't have the book to hand), Perl Hacks covers sub attributes...

A user level that continues to overstate my experience :-))

Replies are listed 'Best First'.
Re^2: Sub attributes
by John M. Dlugosz (Monsignor) on Jun 09, 2009 at 18:41 UTC
    I checked it out...

    It's one page. Hack 45 (everything is called a "hack"), which shows that they exist and uses Attribute::Docstring and mentions Attribute::Handlers to make more things like that.