in reply to Using sub after MainLoop with Tk

Try $mw->after( 500, \&Callback ) before calling MainLoop (see perldoc Tk::After for further details)

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"

Replies are listed 'Best First'.
Re^2: Using sub after MainLoop with Tk
by merrymonk (Hermit) on Sep 21, 2007 at 11:09 UTC
    Great! That worked just as I wanted it to.
    Many thanks.