--On Wednesday, October 22, 2003 16:24 -0600 "McMahon, Chris" <[EMAIL PROTECTED]> wrote:

Can anyone suggest either:  a way to make IO::Socket::INET work in
the simplest possible way on 5.005; or a way to install the
smallest possible 5.8; or something I haven't thought of?
Any suggestion (no matter how crazy!) is welcome...
-Chris

Ok, here's for the crazy class of suggestion...


How about compiling it on another machine, and *not* putting Perl on the space-limited system? There are two (experimental, throughly test before actually using) 'modules' that generate C code: B::C and B::CC. You call them as direct from the Perl command line:
perl -MO=C $perlscript


I have never had a need to use these, and they are listed as experimental, but they will save you a Perl install if they work.

Daniel T. Staal

---------------------------------------------------------------
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---------------------------------------------------------------

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to