Re: Installing (lotsa) modules
by Zaxo (Archbishop) on Oct 11, 2001 at 14:28 UTC
|
# perl -MCPAN -e 'shell'
cpan> b
# (get a list of some 130 Bundles)
cpan> install Bundle::LWP
etc...
This will install large numbers of related modules.
After Compline, Zaxo | [reply] [d/l] |
|
|
| [reply] |
|
|
| [reply] |
|
|
|
|
|
Re: Installing (lotsa) modules
by mirod (Canon) on Oct 11, 2001 at 17:42 UTC
|
Nobody seems to have mentionned it, but when you run CPAN for the first time its configuration options include whether you use a proxy or not. So even if you are behind a firewall you can still use it.
| [reply] |
Re: Installing (lotsa) modules
by mugwumpjism (Hermit) on Oct 11, 2001 at 17:24 UTC
|
You're going to need:
I'd also recommmend:
- Date::Manip, Set::Object, Storable, IO::Socket, Getopt::Long, Tie::IxHash, Safe, DB_File, Time::HiRes, Digest::MD5, MD5, Digest::SHA1
<
- DBI if using databases (remember to get a DBD:: back-end too, like DBD::mysql or DBD::Oracle)
- If you're into OO, get Tangram and prepare for DB enlightenment.
- If you're doing Event-based programming, get POE.
li>If you're doing CGI work, CGI, FCGI (check out http://www.fastcgi.com), Email::Valid, and various Apache modules.
AFAIK there is no easy answer for this. If I were you, I'd wrap up each CPAN module into a seperate System V package (see the man page for pkgmk, prototype, pkginfo, etc). In fact, put perl into one too (or download the precompiled one from sunfreeware.com). | [reply] |
Re: Installing (lotsa) modules
by Graham (Deacon) on Oct 11, 2001 at 17:07 UTC
|
You could install the SiePerl binary distribution of Perl 5.6.1 for Solaris.
This includes numerous modules as listed in this modules readme file and may contain most of what you require. | [reply] |
Re: Installing (lotsa) modules
by khippy (Scribe) on Oct 11, 2001 at 17:37 UTC
|
I can't complete my answer at the moment, but maybe some nice
PM knows to finish it...
At my homelibrary (at which I am currently *not*) I have
a book from O'Reilly about perlmodules, which has a cdrom
including a snapshot of the cpan server and a to-be-modified
script to install *all* modules from the cdrom.
Unfortunately I can't look up the title, now, but, if none
completes this, I will as soon as I get home.
--
there are no silly questions
killerhippy | [reply] |
|
|
So, as I have promised to tell about the O'Reilly book with
the cdrom included, to install all of the modules that
are in the cpan snapshot included there for offline install,
here it is:
I am located at germany, so I tell you the original information
first, then I will translate the stuff:
"Programmieren mit Perl Modulen" von Nate Patwardhan & Clay
Irwing, ISBN 3-89721-108-4
and as you might guess ;-)
"Programming with Perl Modules" by Nate Patwardhan & Clay Irwing
...the ISBN seems not to be international, and I don't know how
to convert it, so I present you a link right here:
O'Reilly
and if the book is still available, I don't know.
But if you are willing to follow that, you will be lucky when
keep on searching :-)
One thing that came into my mind, when I kept on thinking about
not to forget my promise: There are a lot of internet related
modules, which might won't install, if your box is so firewalled.
BTW: I never tried out the script, so, if you try it out, I'd
appreciate a comment about it.
--
there are no silly questions
killerhippy
| [reply] |