- or download this
use strict;
use warnings;
...
my $Sheet -> Range ("A1") -> {Value};
print "S H E E T : $Sheet\n";
$excel-> Quit;
- or download this
Useless use of hash element in void context at E:\readexcel.pl line 8.
Can't call method "Range" on an undefined value at E:\readexcel.pl lin
+e 8.
- or download this
use strict;
use Win32::OLE qw(in with);
...
}
print "\n";
}