Yep.
Add
To the top of that code, and Perl will tell you what is technically wrong and help get the code to run.use strict; use warnings;
You will save yourself from a million headaches if you use those liberally.
(Appended)
PS:
A quick look through the Win32::OLE description indicates that your code probably won't compile because "in" isn't exported by default. You probably want to add that and anything else you want to use to your use statements up top.
In reply to Re^3: PERL en ADSI
by SuicideJunkie
in thread PERL en ADSI
by PerlUserNL
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |