Help for this page
use Attribute::Handlers; ... sub foo :foreach {} foo();
use Attribute::Handlers; sub for :ATTR { ... } sub foo :for {} foo();