Re: [SLUG] Perl-cgi frustrations

2001-07-03 Thread Peter Tylee
> perl -MCPAN -e "install LWP::Simple" > > Dean Turned out I needed the whole LWP bundle but I consistently end up with this: Failed Test Status Wstat Total Fail Failed List of Failed - --- robot/rules-dbm.t

Re: [SLUG] Perl-cgi frustrations

2001-07-03 Thread Peter Tylee
Thanks for this Dean. I ended up with a whole new perl installation. > > Software error: > > Can't locate LWP/Simple.pm in @INC (@INC contains: > ^^^ > > perl -MCPAN -e "install LWP::Simple" But when I issued the above, after what looked very promising (for ages!) I wound up

Re: [SLUG] Perl-cgi frustrations

2001-07-03 Thread Dean Hamstead
> Software error: > Can't locate LWP/Simple.pm in @INC (@INC contains: ^^^ perl -MCPAN -e "install LWP::Simple" make sure your on the net Dean -- EMAIL... [EMAIL PROTECTED][EMAIL PROTECTED] BONG LANS: http://www.bong.com.au ICQ: 16867613 -- Imagine working in a

[SLUG] Perl-cgi frustrations

2001-07-03 Thread Peter Tylee
Apologies if this is a bit long. I am running apache 1.3.20 compiled with the latest mod_perl on RH Linux 7.1 and also have the CGI.pm library installed. I am a linux newbie and not a perl programmer :-( I can get a number of cgi scripts to run perfectly but some stubbonly refuse. I keep getting