HelenCr has asked for the wisdom of the Perl Monks concerning the following question:
I am running EPIC Perl debugging plugin on Eclipse. (It's a development environment).
I am running DWIM Perl: Strawberry Perl 5.14.2.1 on Windows 7, Eclipse version 3.7.1 build M20110909-1335, EPIC version 0.6.44
It turns out that at the start of the debugging session, the following warning is printed at the Console:
Win32::OLE operating in debugging mode: _Unique => 1 at F:/Win7programs/Dwimperl/perl/vendor/lib/Win32/OLE/Lite.pm line 30 require Win32/OLE/Lite.pm called at F:/Win7programs/Dwimperl/perl/ +vendor/lib/Win32/OLE.pm line 48 require Win32/OLE.pm called at E:/My Documents/Technical/Perl/Ecli +pse workspace/Project/StatementExcel.pm line 28 StatementExcel::BEGIN() called at F:/Win7programs/Dwimperl/perl/ve +ndor/lib/Win32/OLE/Lite.pm line 0 eval {...} called at F:/Win7programs/Dwimperl/perl/vendor/lib/Win3 +2/OLE/Lite.pm line 0 require StatementExcel.pm called at E:/My Documents/Technical/Perl +/Eclipse workspace/Project/My Perl script.pl line 16 main::BEGIN() called at F:/Win7programs/Dwimperl/perl/vendor/lib/W +in32/OLE/Lite.pm line 0 eval {...} called at F:/Win7programs/Dwimperl/perl/vendor/lib/Win3 +2/OLE/Lite.pm line 0
Once the script runs, it runs with no problems.
The same warning shows up too if I switch to Active Perl.
What's its meaning? Can it be safely ignored? Can it be fixed/eliminated?
"My perl script.pl" is my main Perl script, StatementExcel.pm is a package I wrote.
TIA
HelenCr
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Warning: "Win32::OLE operating in debugging mode: _Unique => 1"
by Corion (Patriarch) on Jun 24, 2012 at 16:10 UTC | |
by HelenCr (Monk) on Jun 24, 2012 at 16:34 UTC | |
by Corion (Patriarch) on Jun 24, 2012 at 17:32 UTC | |
by bulk88 (Priest) on Jun 25, 2012 at 03:10 UTC | |
by afoken (Chancellor) on Jun 24, 2012 at 20:02 UTC |