From: Gavin Laking <[EMAIL PROTECTED]>
> On Tue, 19 Nov 2002 11:34:24 -0500
> "Sam Harris" <[EMAIL PROTECTED]> wrote:
> 
> > I hve the follwing lines which are ginving error on line 1, please
> > help, thanks
> > 
> > use Digest::MD5 qw(md5);
> 
> This line should be written as:
> 
> use Digest::MD5;
> qw(md5);
> 
> As far as I know.

You know wrong.
The original line is fine.

Most probably the whole problem is that the module is not installed 
on Sam's computer.

Jenda

===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


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

Reply via email to