Gossamer Forum
Quote Reply
Time/Local.pm
I have looked through all the messages, and I can't find an answer to my problem, I get the following message, when I try to add links.


CGI ERROR
==========================================
Error Message : fatal error: Can't locate Time/Local.pm in @INC at d:/website/cgi-bin/links/admin/links.cfg line 161.

Script Location : d:/website/cgi-bin/links/admin/admin.pl
Perl Version : 5.00307


Quote Reply
Re: Time/Local.pm In reply to
Hi there,
The error message is actually as right as rain. You don't have the timelocal module installed. If you are using ActiveState perl (since you are on windows it would be a huge mistake not to be) just hop over to your DOS command prompt and type:
ppm
this will take you to the ppm prompt.
from there type:
install TimeDate
and you will have the module downloaded and installed for you. Afterwards, give it a try and see if it works. Hope this helps.
btw, if you are not running ActiveState, take my advice and install it.


------------------
$blah='82:84:70:77';
print chr($_) foreach (split/:/,$blah);
Quote Reply
Re: Time/Local.pm In reply to
Code:
$blah='82:84:70:77';
print chr($_) foreach (split/:/,$blah);

classic!

Smile

--mark
Quote Reply
Re: Time/Local.pm In reply to
Thanks for your reply.

I have installed the latest Perl and it works OK.

Fred