in reply to Re: Can't Reference a Sub by Variable when using Strict
in thread Can't Reference a Sub by Variable when using Strict
If you used __PACKAGE__->can( $i ) instead, you could pick up on overridden can() methods and might find out that the package can do much more than you thought it could. That can be very useful sometimes.
|
|---|