[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Needed: new cellcom SMS script



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
gaal@forum2.org
http://www.forum2.org/gaal/

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il