RE: use require question

2002-10-02 Thread Jamie . Echlin
take a look at this article: http://www.perl.com/pub/a/2002/04/23/mod_perl.html >-Original Message- >From: Buch, Jasper (Jasper) [mailto:[EMAIL PROTECTED]] >Sent: 02 October 2002 18:01 >To: [EMAIL PROTECTED] >Subject: use require question > > >Hello, > >I want to declare and initialize tw

RE: How to do CDDB lookup via Win32 Perl?

2002-08-13 Thread Jamie . Echlin
I'm trying to do the same thing so thanks for that Ron, however I have the addition problem of being behind a firewall. Is it possible to configure CDDB (I'm not sure what protocol it uses under the hood) to use my firewall, or can I force it to use http? Anyone got an example of querying CDD

RE: Sendkeys and strange program behavior

2002-08-01 Thread Jamie . Echlin
AutoIt might be more what you're looking for, or you could certainly control it from perl. Search on google for it. hth, jamie >-Original Message- >From: Fernando Madruga [mailto:[EMAIL PROTECTED]] >Sent: 01 August 2002 18:36 >To: [EMAIL PROTECTED] >Subject: RE: Sendkeys and strange prog

extending OLE types

2002-06-26 Thread Jamie . Echlin
Hi, I'd like to somehow extend certain OLE types so I can add some extra methods, but I'm not sure how to go about it. For instance I have the following code: my $attype = $VOB -> AttributeType ("DeliveryAuthorised"); print "\"" . Win32::OLE -> QueryObjectType ($attype) . "\""; which prints "I

perldoc

2002-05-07 Thread Jamie . Echlin
Hi, Someone recently mentioned that their local HTML perldocs was automagically regenerated after they downloaded and installed new modules. Well, mine never is. I don't care whether it's automagical or not but is there a way of doing it? I suppose it's pod2html, but not sure what all the opti

RE: Tk's messagebox

2002-04-25 Thread Jamie . Echlin
Why don;t you use Win32::GUI::MessageBox - i've had reasonably success with that... ta > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 24 April 2002 23:38 > To: [EMAIL PROTECTED] > Subject: Tk's messagebox > > > I have been trying to use Tk's Message Bo

RE: Changing startup for a service.

2002-04-16 Thread Jamie . Echlin
You can use sc.exe from the NT res kit to change service config info. If you can't get hold of the resource kit mail me and I'll send it to you pvt. hth, jamie > -Original Message- > From: ego > Sent: 16 April 2002 16:24 > To: Perl-Win32-Users > Subject: Changing startup for a service

example of Events with Excel

2002-03-13 Thread Jamie . Echlin
Hi, has anyone got an example of trapping OLE events from Excel. Specifically, I have no idea which interface to register with Win32::OLE->WithEvents( $Object, \&Event, 'Application'); Application doesn't work BTW. I can't work this out from oleview or the registry, even though I know a pair t