Help for this page

Select Code to Download


  1. or download this
     use strict;
     use warnings;
    ...
     my $Sheet -> Range ("A1") -> {Value};
     print "S H E E T : $Sheet\n";
     $excel-> Quit;
    
  2. 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.
    
  3. or download this
    use strict;
    use Win32::OLE qw(in with);
    ...
        }
        print "\n";
    }