Re: Perl CGI

2003-02-06 Thread Ryan McDougall
--- Neil Bird <[EMAIL PROTECTED]> wrote: >'.' may not (prob. doesn't) equal the dir. of script, but the dir. > that the server's running 'in'. Try ref.ing the full pathname, and if > that works, you'll have to the the basename off of $0 (the running > script) and push it into @INC. > > --

Re: Perl CGI

2003-02-06 Thread Neil Bird
Around about 05/02/2003 14:36, Ryan McDougall typed ... I got all excited cuz that sounded like that could have been the problem but I have the same output, including the '.' :-( But thanx for the suggestion though. '.' may not (prob. doesn't) equal the dir. of script, but the dir. that the s

Re: Perl CGI

2003-02-05 Thread Ryan McDougall
--- Hardy Merrill <[EMAIL PROTECTED]> wrote: > Try the 'perl -V' command - the bottom of the output tells you what > your @INC contains. Here's mine: > > @INC: > /usr/lib/perl5/5.8.0/i386-linux-thread-multi > /usr/lib/perl5/5.8.0 > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread

Re: Perl CGI

2003-02-05 Thread Hardy Merrill
Ryan McDougall [[EMAIL PROTECTED]] wrote: > > --- Jay Crews <[EMAIL PROTECTED]> wrote: > > Does "perl/mylib.pl" exist and where? > > > > The error looks pretty descriptive. > > It's not in INC, and probably not in $PWD/perl either. > > Probably going to have to move it, or tell INC where it is. >

Re: Perl CGI

2003-02-05 Thread Ryan McDougall
--- Jay Crews <[EMAIL PROTECTED]> wrote: > Does "perl/mylib.pl" exist and where? > > The error looks pretty descriptive. > It's not in INC, and probably not in $PWD/perl either. > Probably going to have to move it, or tell INC where it is. > > > > /home/mcdougrs/public_html/clarkson/tc442/home.

Re: Perl CGI

2003-02-04 Thread Jay Crews
Ryan McDougall writes > > Hey everyone, > > I'm just wondering how may of you out there are programming in perl for the > web? If you are did you have to do anything special to get the perl scripts to > work? > > The reason I ask this is becuase I CAN NOT get any of my perl scripts to run. I