I'm using Tk::MListbox with bindRows to register a callback like so:
$cw->bindRows("<Double-1>", \&callback).
I've never had a problem but recently an error appears when the
callback is invoked:
Tk::Error: Failed to AUTOLOAD 'Tk::MyMListbox::bindCallback'
Thank you