ActiveState Powered by ActiveState

ActiveState Community


installation question

Posted by spicus on 2008-04-19 11:46
OS: Windows

I'm sure this is very basic, so basic I can't find the answer anywhere. I lost my hard drive and had to reinstall Active Perl, and 5.10.0 successfully installed, but many basic modules are missing. In particular I have an old program that uses very very basic modules win32::GUI, File::Basename, and Cwd, and I can't even find these. Please help!

shady_abdelwahed | Sat, 2008-04-19 17:54

grahams | Tue, 2008-04-29 10:09

Lots of those basic modules which seem to be missing are probably shipped as part of the ActivePerl core. File:Basename and Cwd are both built-ins with ActivePerl 5.10.0.

However, Win32::GUI is not built-in, and it is not available from PPM. It can be built from CPAN sources.

-->