Re: [newbie] Perl modules

2002-10-17 Thread robin
Gary Armstrong wrote: > > Disclaimer = Brand new to linux > > I was looking to do some CGI work. Perl's CGI module doesn't appear to > be resident(MD9). I'm a little confused because I thought CGI::* and > CGI.pm were part of Perl's base release since 5.6 and this is 5.8. > > Anyway, I was wond

[newbie] Perl modules

2002-10-16 Thread Gary Armstrong
Disclaimer = Brand new to linux I was looking to do some CGI work. Perl's CGI module doesn't appear to be resident(MD9). I'm a little confused because I thought CGI::* and CGI.pm were part of Perl's base release since 5.6 and this is 5.8. Anyway, I was wondering if: 1) I'm missing something?

Re: [newbie] perl modules

2002-06-22 Thread L.V.Gandhi
I got the following Could not fetch modules/03modlist.data.gz Warning: Cannot install IO::Socket::SSL, don't know what it is. Try the command i /IO::Socket::SSL/ to find objects with matching identifiers. cpan> q Lockfile removed. [root@localhost lvgandhi]# perl -MCPAN -e shell cpan shell

Re: [newbie] perl modules

2002-06-21 Thread robin
Alastair Scott wrote: > >I ran into the same problem in another situation ... and Perl has a >brilliant solution called CPAN. > >In effect it's a bit like apt-get or urpmi; it goes away and finds the >missing Perl module _and all dependencies_ then builds everything. > I agree, CPAN is awesome

RE: [newbie] perl modules

2002-06-21 Thread Myers, Dennis R NWO
Title: RE: [newbie] perl modules -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of L.V.Gandhi Sent: Thursday, June 20, 2002 9:27 PM To: [EMAIL PROTECTED] Subject: [newbie] perl modules I wanted to install YoSucker for getting yahoo mails. It needs

Re: [newbie] perl modules

2002-06-21 Thread Alastair Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 21 June 2002 3:27 am, L.V.Gandhi wrote: > I wanted to install YoSucker for getting yahoo mails. > It needs the following perl modules and some are missing in my system > as shown below > [lvgandhi@localhost utils]$ ./CheckModules > Module I

[newbie] perl modules

2002-06-21 Thread L.V.Gandhi
I wanted to install YoSucker for getting yahoo mails. It needs the following perl modules and some are missing in my system as shown below [lvgandhi@localhost utils]$ ./CheckModules Module IO::Socket: Found. Module IO::Socket::SSL: Missing. Module MIME::Base64: Found. Module Term::ReadKey: Missin