http://www.perlmonks.org?node_id=551384


in reply to Re^2: Shrinking Pie Analog Countdown Timer
in thread Shrinking Pie Analog Countdown Timer

Hi Optimalist,

You may want to have a look at the Perl/Tk FAQ.
Check out the Tutorials section of this site, Tk Tutorial, Featuring Your Very Own "Perl Sig/OBFU Decoder Ring" may be worth a read also.

Hope this helps.

Martin
  • Comment on Re^3: Shrinking Pie Analog Countdown Timer

Replies are listed 'Best First'.
Re^4: Shrinking Pie Analog Countdown Timer
by Optimalist (Initiate) on May 24, 2006 at 15:39 UTC
    Thanks, for the info.

    I tried running a TK script on my Mac. It didn't work, probably because TK is not already installed. This would imply that I'd have to install TK on every Mac in the lab--something that I'd rather not have to do.

    Is there an easier to get this done with software (like Perl) that's comes preinstalled on Macs?

      Hi Optimalist,

      I think what you may want to do is install the required modules on one Mac and develop the script there. You can then use PAR to package this script and its dependant modules into an executable which you could then distribute to the rest of the Macs. If you need help installing modules have a look at the Tutorials section of this site where you will find A Guide to Installing Modules.

      Martin