more useful options | |
PerlMonks |
Re: Modules in the Windows environmentby beebware (Pilgrim) |
on Feb 23, 2002 at 01:27 UTC ( [id://147012]=note: print w/replies, xml ) | Need Help?? |
To use modules under ActiveState Perl for Windows, the easiest was is to use the PPM (Perl Package Manager) program supplied with AS Perl. Go to Start->Run and enter either 'command.com' or 'cmd' dependent on your Windows version. You should then get a nice black command window (a la DOS), which you should enter the following:
Then when you want to install a module (for example DBI), you just need to do:
It really is that simple (you don't even need the search line - but its nice to do it like that as then you see if there are likely to be any other packages which may be of assistance: try search for 'sql' for example!). If you would like to create your own PPD (Perl Package Design) module that is needed with the PPMs, then this node (which also gives 'build' information) or Jenda Krynicky's guide should be of use.
In Section
Seekers of Perl Wisdom
|
|