I'd recommend using WMI.
Google "Scriptomatic" and you should get a download offering from
Microsoft.
It'll provide sample Perl code using Win32::OLE that you can tweak.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Octavian Rasnita
Sent: Tuesday, Febru
Try
print "Hello World.\n";
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Horn
Sent: Thursday, August 30, 2007 6:11 AM
To: [EMAIL PROTECTED]; activeperl@listserv.ActiveState.com
Subject: What am I doing wrong here?
On Windows Active State perl wh
my $ie = Win32::OLE->new('InternetExplorer.Application');
unless ($ie){
die("Could not open IE");
}else{
Win32::OLE->WithEvents($ie,\&Event,"DWebBrowserEvents2");
$ie->Navigate("www.google.com");
$
ppm search benchmark
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 27,
2006 8:14 AM
To:
activeperl@listserv.ActiveState.com
Subject: How to find which part of
the code is taking much time in execution in a big p
Title: Win32 Multi-threading examples
I'm taking the dare and dipping my toe in the water asking this.
Any help would be appreciated!
://Bill
___
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveS