Or the local approach, the manual win32 local approach

$ perldoc -l Tk C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk.pod $ grep -ril timer C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk/after.pod C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk/demos/zinc_lib/cou +nter.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk/demos/zinc_lib/sim +pleradar.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk/demos/zinc_lib/Zet +ris.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk/Event.pm C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk/Panedwindow.pm ... $ perldoc Tk::after ... $ grep -ril after C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\ +demos C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/a +rrows.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/B +all.pm C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/b +ounce.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/c +text.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/e +ntry3.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/i +tems.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/m +ega.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/p +hoto1.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/s +earch.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/t +ranstile.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/widget_lib/v +irtevents1.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/zinc_contrib +_lib/TripleRotatingWheel.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/zinc_lib/cou +nter.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/zinc_lib/gro +ups_in_ATC_strips.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/zinc_lib/sim +pleradar.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/zinc_lib/tes +tGraphics.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/zinc_lib/whe +elOfFortune.pl C:\perl\site\5.14.1\lib\MSWin32-x86-multi-thread\Tk\demos/zinc_lib/Zet +ris.pl

In reply to Re^3: A timer in Tcl/Tk in Perl::Tk by Anonymous Monk
in thread A timer in Tcl/Tk in Perl::Tk by pashanoid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.