> How can i install for ex. DBI and DBD packages in a computer with no 
> Internet Connection?

You download the modules from 
http://www.activestate.com/PPMPackages/zips/6xx-builds-only/ 
copy them somehow to the computer in question,
unpack the ZIPs to some temporary directory, set ppm repository to
that directory and install them via PPM.

PPM> set repository --remove ActiveState Package Repository
PPM> set repository Local c:\perl\download
PPM> set save
PPM> install DBI

HTH, Jenda

== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
: What do people think?
What, do people think?  :-)
             -- Larry Wall in <[EMAIL PROTECTED]>
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to