Global symbol "$md5" requires explicit package name at ./checksum.pl line 11.
Try to add this lines somewhere the top of the file:
use strict; use warnings;
and report the errors, if any.
Global symbol "@dirs" requires explicit package name at ./checksum.pl line 12.
Global symbol "$dir" requires explicit package name at ./checksum.pl line 14.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>