I'm working with an existing older perl script, and while I was able to install tk.pm, I was not sure how to fix the following error:
#!/usr/local/bin/perl use strict; use warnings; use Tk; use Tk::ProgressBar; use Tk::DateEntry;
perl sysgen.pl
Can't locate Tk/DateEntry.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at sysgen.pl line 10. BEGIN failed--compilation aborted at sysgen.pl line 10.
I can comment out this with no ill effects, but on the other hand I was not sure my installation of Tk.pm was perfect.
Windows XP, Perl v5.14.2In reply to tk.pm w/Tk::DateEntry Error by gibsonca
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |