in reply to How Are Attributes Useful?

apparently, they save you from creating a bunch of pointers to the subs that you want for a certain thing. Test::Class, for instance, allows you to attribute subs so that each set of subs performs certain roles in the testing process.