> -----Original Message----- > From: Hoenie Luk [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 09, 2001 2:52 AM > To: [EMAIL PROTECTED] > Subject: Perl modules on web host server > > > Hi, I'm new to cgi-programming with Perl and I've been > looking for answers > for the following questions: > > 1. How do you find out if the web host supports certain Perl modules?
perldoc ExtUtils::Installed > > 2. If the web host does not have certain modules installed > and I need to > use them for my Perl cgi-script, what can I do? If you have a shell account, you can install modules under your home directory and reference them from your scripts. perldoc -q 'How do I keep my own module/library directory?' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]