> -----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]