Well

My computer here doesn't have perl on it (work computer), my laptop
doesn't have internet. So I'm stuck. I'll try to install it from my home
desktop then and look at the pm and save the .pm on a floppy. I never
used CPAN yet... nor ppm thingy. I am running win2k, I hope it won't be
a pain in the "455".

In fact, my concern is that the Image::size module can read several
types of files, and I only need to read for two types, so I'd like to
strip out all the junk and keep the code minimal. Would this gain speed?
Or it's unuseful to take parts of existant modules to keep only what we
will really use?

Etienne

Bob Showalter wrote:
> 
> > -----Original Message-----
> > From: Etienne Marcotte [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, November 14, 2001 11:34 AM
> > To: [EMAIL PROTECTED]
> > Subject: reading a module's code
> >
> >
> > Is there somewhere on internet we can read a module's code, without
> > installing on the computer.
> >
> > My laptop isn't on internet and I'd like to read some code from
> > Image::size
> 
> If it isn't on the internet, how will you read this code from the
> internet?
> 
> Anyway, you can use the CPAN module to download and examine a module
> without actually installing it:
> 
> $ perl -MCPAN -e shell
> cpan> look Image::Size
> 
> This will download an unzip the package and then open a subshell in
> the build directory.
> 
> If you just want to look at the docs, I find http://kobesearch.cpan.org/
> to be my personal favorite.

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

Reply via email to