deny wrote:


Try to add this lines somewhere the top of the file:

use strict;
use warnings;

and report the errors, if any.

Global symbol "$md5" requires explicit package name at ./checksum.pl line 11.
Global symbol "@dirs" requires explicit package name at ./checksum.pl line 12.
Global symbol "$dir" requires explicit package name at ./checksum.pl line 14.




Good, now you're on the right track. Declare those variables ( with my ) and read the reply by John W. Krahn.

--
Flemming Greve Skovengaard                    The prophecy of the holy Norns
a.k.a Greven, TuxPower                        A tale of death and doom
<[EMAIL PROTECTED]>                   Odin saw the final sign
4112.38 BogoMIPS                              The end is coming soon

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to