Mario Kulka wrote:
>
> I inserted the following line into my cgi script:
> use Digest::MD5 qw(md5 md5_hex md5_base64);
>
> and it generates error; but if type:
>
> use MD5;
>
> it works fine. Can someone pls explain?
>From the MD5 manpage:
perldoc MD5
[snip]
The `MD5' module is deprec
I inserted the following line into my cgi script:
use Digest::MD5 qw(md5 md5_hex md5_base64);
and it generates error; but if type:
use MD5;
it works fine. Can someone pls explain?
By the way, I read on perldoc.com that
md5($data,...)
This function will concatenate all arguments, calculate the