Is there any way of overriding the default names for event subs? Eg if
I've created a timer named Tick, can I connect a sub with an arbitrary
name to the timer event instead of having to use Tick_Timer?

I ask because I want to use a package method rather than a sub in main.
Like you might say in Tk

$self->{window}->after(1000, sub { $myotherobject->timerhandler(); });




-- 
http://www.fastmail.fm - Access all of your messages and folders
                          wherever you are


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to