blackadder has asked for the wisdom of the Perl Monks concerning the following question:

Hi

I am trying (very hard to no avail) to program a simple wait box, however as soon as I do
use Tk::WaitBox;
I get the following error:
Can't locate Tk/WaitBox.pm in @INC (@INC contains: C:/Perl/lib C:/Perl +/site/lib .) at C:\Perl\h elpdesk9.pl line 18. BEGIN failed--compilation aborted at C:\Perl\helpdesk9.pl line 18.
Can someone please enlighten me with Perls of wisdom what I meant to or not to do.
Regards

Replies are listed 'Best First'.
Re: Perl Tk::WaitBox
by busunsl (Vicar) on Sep 11, 2002 at 11:01 UTC
    You don't have the module Tk::WaitBox installed on your machine.

    Go to activestate and get the module, if it is available.
    If not, go to CPAN and get it there.

    For activestate you can use the ppm command, for CPAN use the CPAN module.