On 3/6/07, Michael Goopta <[EMAIL PROTECTED]> wrote:
Hi
I am very new to perl. I could download perl.exe for my PC. But
I do not have the library modules, such as time.pm etc.

For this reason, when I use any "use <>" command (eg. use
Time::localtime) the module is not found.

Can anybody tell me the site where I can download the essential
perl library modules.
snip

The Time::localtime is part of core Perl.  If you do not have it then
you do not have a proper installation of Perl.  Given the fact that
you refer to the executable as perl.exe I am guessing  you are using
some form of MS Windows.  You can download an installer for Windows
from ActiveState:
http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.820-MSWin32-x64-274739.msi

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to