http://www.perlmonks.org?node_id=11160674


in reply to Re^2: Using perlclass 'methods'
in thread Using perlclass 'methods'

Thanks for the fix!

This is also a showcase some quirks of the Perl language:

use v5.40.0 implies "strict refs", so Perl complains about *$rim even before trying to use it as the invocant of the method (as I originally thought).