in reply to Re: How to get function's name inside of CODE attributein thread How to get function's name inside of CODE attribute
package FOO; sub foo :BAR (func => 'FOO::foo') { ... } [download]