Studio:Why is my script terminating unexpectedly?: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
If you are using Perl, be sure that the following statements appear at the beginning of your scripts: | |||
use strict; | <source lang="perl"> | ||
Win32::OLE->Option(Warn => 3);< | use strict; | ||
Win32::OLE->Option(Warn => 3); | |||
</source> | |||
[[Category: | [[Category:Perl Info]] | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] |
Revision as of 16:25, 11 March 2008
If you are using Perl, be sure that the following statements appear at the beginning of your scripts:
use strict;
Win32::OLE->Option(Warn => 3);