in reply to Re: Want to use Date module
in thread Want to use Date module

Hi,
Thanks for your reply. I was trying to use Date::Simple but got the following error.
Can't Locate Date/Simple.pm in @INC <@INC contains: C:/Perl/site/lib.
Please suggest how to include this module in my script.

Thanks
Rocko

Replies are listed 'Best First'.
Re^3: Want to use Date module
by moritz (Cardinal) on Jun 29, 2009 at 09:20 UTC
Re^3: Want to use Date module
by mzedeler (Pilgrim) on Jun 29, 2009 at 09:20 UTC

    That is probably because you haven't got Date::Simple installed. From the error, it looks like you are using Activestate perl. In that case, fire up the package manager (ppm) and ask it to install Date::Simple.