in reply to Re^3: Passing arguments to event handlers in WxPerl
in thread Passing arguments to event handlers in WxPerl
When I print $self and $event, I get the following output:
MyFrame=HASH(0x190ac84) Wx::CommandEvent=SCALAR(0x190aec4)
The first value is the value of $self, the second is that of $event.