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::MD
On Tue, Nov 19, 2002 at 11:34:24AM -0500, Sam Harris wrote:
> I hve the follwing lines which are ginving error on line 1, please help
> , thanks
Do you want to tell us which error is shown?
bye,
Da.Ta.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
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);
A
I hve the follwing lines which are ginving error on line 1, please help
, thanks
use Digest::MD5 qw(md5);
$md5 = new Digest::MD5;
open(PASSWD,"/etc/passwd") or die "Unable to open passwd:$!\n";
# these two lines called also be rolled into one:
# print Digest::MD5->new->addfile(PASSWD)->hexdigest