Re: upgrading www::mechanize

2005-08-09 Thread Irmawaty Nugroh Nugroho
Randy, thanks again for the advice. I really appreciate it. Regards, Irma - Original Message - From: Randy Kobes <[EMAIL PROTECTED]> Date: Monday, August 8, 2005 11:13 pm Subject: Re: upgrading www::mechanize > On Mon, 8 Aug 2005, Irmawaty Nugroh Nugroho wrote: > > >> On Mon, 8 Aug 20

OLE error when trying to run excel macro

2005-08-09 Thread Larry Lords
I am trying to upgraded to ActivePerl 5.8.7 from 5.8.4 on my Windows XP machine.   I am now getting an Win32::OLE error on a statement that has worked correctly for quite awhile on the old system.   The statement seems to work correctly but throws the following message:   Win32::OLE (0.1403) err

Re: Implementing Active Accessibility Clients in Perl

2005-08-09 Thread Veli-Pekka Tätilä
Hi Octavian, Found the module. Great stuff. An OOP attitude and loads of methods, too. IT seems like it is far nicer to code MSAA from Perl compared to VB or C plus plus, because the author has gone to great lengths to abstract away MSAA specific qurks. Active State doesn't offer marginal Win

MIME::Parser

2005-08-09 Thread Nicolae.Popovici
Hi Guys, I am bothering you with the following problem: I am using MIME::Parse to parse my emails automatically but it looks like that this is not possible for html only emails. Here is a snipset of my code( I just extracted what seemed relevant to me and I guess it does not compile): sub Y {

Re: Implementing Active Accessibility Clients in Perl

2005-08-09 Thread Octavian Rasnita
Hi, Search with search.cpan.org for Active Accessibility and you will se a Perl module there for this. It is something like Win32::GUI::ActAcc or something like that. Teddy - Original Message - From: "Veli-Pekka Tätilä" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 09, 2005 12:46 PM S

Re: Error 1053 starting Win32::Daemon service

2005-08-09 Thread Michael Meltzer
try "installing" the service with complete requirements like perl dirmon.pl -install -d -l Michael [EMAIL PROTECTED] wrote: > My apologies if this ends up posted multiple times, but I > suspect the first attempt failed... > > I’ve been having a battle getting a simple perl script to > start

Implementing Active Accessibility Clients in Perl

2005-08-09 Thread Veli-Pekka Tätilä
Hi, Is it possible to use Microsoft Active accessibility (MSAA) from Perl? I've been reading the MSDN docs but only knowing the bear minimum of doing basic OLE Automation and bits and pieces about COM, I have a hard time understanding what actually can or canot be done. It seems Visual Basic co

RE: Error 1053 starting Win32::Daemon service

2005-08-09 Thread Anderson, Mark (Service Delivery)
Hi, Andrew a) can you run the DIRMON.pl script as yourself, interactively? b) can you rediect STDERR to a file in a BEGIN{} block to see if you're able to capture any errors from server mgr. c) That error isn't always a problem - sometimes the service does start, I'm guessing it's not in your ca

Error 1053 starting Win32::Daemon service

2005-08-09 Thread Andrew McLaren
Title: Message I’ve been having a battle getting a simple perl script to start as a Win32 service (using Win32::Daemon) on XP. In frustration I’ve reverted to the DIRMON script from David Roth’s website, which is touted as the example, and I’m having exactly the same problems with that. Me

Error 1053 starting Win32::Daemon service

2005-08-09 Thread andrew
My apologies if this ends up posted multiple times, but I suspect the first attempt failed... I’ve been having a battle getting a simple perl script to start as a Win32 service (using Win32::Daemon) on XP. In frustration I’ve reverted to the DIRMON script from David Roth’s website, which is t