On Mon, May 22, 2000 at 07:35:59AM +0300, I hastily wrote:
> To all of you who aren't sure they have the required modules installed,
> doing:
>
> perl -MCPAN -e 'install qw(Digest-MD5 MIME-Base64 libnet
> HTML-Parser URI libwww-perl)'
>
> should help :-)
Looks like one of them weeks, can't get one thing right the first shot :-/
As a good fellow noted, the above will not work. You should use this:
perl -MCPAN -e 'install qw(Digest::MD5 MIME::Base64 Bundle::libnet
HTML::Parser URI Bundle::LWP)'
instead.
--
believing is seeing
[EMAIL PROTECTED]
http://www.forum2.org/gaal/
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]