#___ FIND LAST ROW/COLUMN WITH DATA my $row = $Sheet1 -> UsedRange -> Find( { What => "*", SearchDirection => xlPrevious, SearchOrder => xlByRows })-> {Row};
Mistake:
Bareword "xlByRows" not allowed while "strict subs" in use.
You must put it use Win32::OLE::Const 'Microsoft Excel';at the top of your program to correctly import constants.
use Win32::OLE::Const 'Microsoft Excel';
Take a look at this Perl Monks page . It seems to cover the problems that you have.
See CPAN Docs for Win32 :: OLE :: Const
You need:
xlByRows , . OLE, Win32:: OLE:: Const .
Source: https://habr.com/ru/post/1704199/More articles:Using GetHashCode to "protect" user passwords - securityDiv position detection - javascriptHow to include additional compiler arguments when using mxmlc ant task? - flexhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1704197/eclipse-maven-plugin-fails-to-create-groovy-maven-archetype-project&usg=ALkJrhhT4hVjPU5g9FEY-uCqE71-0y7tsQCustom implementation of sprintf () - cWhere can I find the free open source Delphi multimedia component? - delphiWith a SQL Server 2005 database that is configured as a Push Replication Replication subscriber, can I use the same database as Publisher? - sql-serverCompareText quick implementation for D2009 - performanceAppStore, what happens if your application gets approval? - iphoneWeb Server Capacity Planning: More Cores and More Memory - memoryAll Articles