Help for this page
use Attribute::Handlers; ... } somefunc();
use MyAttrMaker qw(myattr); sub somefunc :myattr { print "somefunc!\n"; } somefunc();