Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: vars.pm strict.pm Time/Local.pm?

Quote Reply
Re: vars.pm strict.pm Time/Local.pm? In reply to
Take a look at cpan.com or perl.com.

If you get module errors like that and there aren't any 'use' or 'require' statements in the script related to the module with the error, then it is because the module that is listed depends on other modules to be installed in order to work (in other words, they have 'use' and 'require' statements embeded in them the same way the scripts do, and the errors will be passed to the script).

But anyway, um... well, if you look closely enough in the config files and scripts, these modules are listed.

--Drew
Subject Author Views Date
Thread vars.pm strict.pm Time/Local.pm? sebastian 9672 Sep 2, 2000, 8:43 AM
Thread Re: vars.pm strict.pm Time/Local.pm?
sponge 9572 Sep 2, 2000, 7:06 PM
Thread Re: vars.pm strict.pm Time/Local.pm?
sebastian 9578 Sep 3, 2000, 1:25 AM
Thread Re: vars.pm strict.pm Time/Local.pm?
Stealth 9579 Sep 3, 2000, 1:48 PM
Post Re: vars.pm strict.pm Time/Local.pm?
sponge 9560 Sep 3, 2000, 8:30 PM