RE: getting the size of memory

2008-02-19 Thread William . Hoopes
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

RE: What am I doing wrong here?

2007-08-30 Thread William . Hoopes
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

RE: using Internet explorer browser with perl

2006-11-17 Thread william . hoopes
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"); $

RE: How to find which part of the code is taking much time in exe cution in a big perl file

2006-09-27 Thread william . hoopes
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

Win32 Multi-threading examples

2006-09-19 Thread william . hoopes
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