Most likely the file has failed to open. You should do something like:

open($A, $database) or die "cannot open $database: $!\n";

Perhaps your process is not in the directory you expect it to be.
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to