in reply to find out method name from the reference
Could Sub::Identify help?
From the Synopsis:
use Sub::Identify ':all'; my $subname = sub_name( $some_coderef );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: find out method name from the reference
by taghi (Initiate) on Oct 07, 2008 at 19:33 UTC |