> 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(); });


Have a look at the NEM (new event model) as it allows you to associate subs 
refs to events. It's also faster.                                     
------------------------------------------------------------------------------
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