Re: perl modules

2006-06-07 Thread Shaun Fryer
Hi Emily, >From your shell, you can execute... export PERL5LIB=/path/to/your/perl/module/install/directory ...or it's equivalent (see `man `). You can add it to your .bash_profile or equivalent in case you don't want to type it in manually every time. Or, if you are running a local apache i

Re: perl-modules

2003-06-30 Thread Kevin
> Hello, > > is there a way of finding out, which modules are installed on a remote > machine using a script? > > there's this scenario: > > I will have a website up soon, with CGI's - but I don't know, what > modules are installed... so I'd write a script, that shows / lists all > available

RE: perl-modules

2003-06-23 Thread Scot Robnett
This will show you what directories and files are in @INC. Using a similar approach, you could "drill down" into further subdirectories as needed. Short script shown first, results shown below the script. #!/usr/bin/perl -w use strict; my @subdirs = (); my @files = (); foreach my $dir(@INC) { ch

Re: perl-modules

2003-06-23 Thread Dennis Stout
I'm going to step out on a limb and assume that use *(); would be asking too much from a typeglob :D Try using File::Find as well as poking through @INC, and see what happens. Dennis Stout S.T.O.U.T. = Synthetic Technician Optimized for Ultimate Troublshooting - Original Message - From

Re: Perl modules on web host server

2001-12-11 Thread Jack Daly
On Sat, 8 Dec 2001, Hoenie Luk wrote: > 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? > > 2. If the web host does not have certain modules installed and I nee

RE: Perl modules on web host server

2001-12-10 Thread Bob Showalter
> -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 questio

Re: Perl modules on web host server

2001-12-09 Thread Francisco J. Valladolid Hdez.
test ..! --- nafiseh saberi <[EMAIL PROTECTED]> wrote: > hi dear. > you use to install redhat linux in one server.. > in it exist many perl madule ... > I think with this your problem will solve. > > > Best regards. Nafiseh Saberi >www.iraninfocenter.

Re: Perl modules on web host server

2001-12-09 Thread nafiseh saberi
hi dear. you use to install redhat linux in one server.. in it exist many perl madule ... I think with this your problem will solve. Best regards. Nafiseh Saberi www.iraninfocenter.net www.sorna.net Beaty is in the eye of the beholder. _