On Jun 1, 9:38 pm, [EMAIL PROTECTED] (Ebarras) wrote: > I am _Very_ new to perl, and programing in general, so keep that in > mind. I am trying to use some CPAN modules with ActivePerl, and I am > having a difficult time of it. Is there a tool or something to > integrate these modules into perl for windows?
ActivePerl come with a PPM (Perl Package Manager). You can access the PPM by typing 'ppm' in the cmd or find the link in the Start->All Programs Menu->ActivePerl. Once the PPM window appears, just search for the module you're looking for. Replace the :: in Module names with - e.g. Net::FTP becomes Net-FTP. Dean -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/