Re: REGEX help!

2004-01-14 Thread $Bill Luebkert
Jamie Murray wrote: Hi Glenn, I have worked on this further and looked at some of the previous posts. I have tried this with all different combinations of ip address and this has worked. Of course I got the idea from a previous post from Alex and Mark Thomas. Please understand I could have

RTFF (was Press any key to exit)

2004-01-14 Thread Beckett Richard-qswi266
Interesting how people tend to start and end searches these days with Google. Next time you may want to check the FAQ. The answer to this question is in PerlFaq8. Following on from this RTFF, I have a problem with perldoc on my W98 machine at home. The lines of text | always come o|

Perlscript component crashes Outlook

2004-01-14 Thread Gregor Weihs
Hi, I've created a Windows Script Component using the wizard and a script that I first developed as a regular Perl Script. When I instantiate the COM object from a VBScript everything works fine. If I do the same from a VBA procedure (from Outlook), Outlook will close without so much as a beep.

Reading Mail from Exchange Folder

2004-01-14 Thread Richard DeWath
I am just learning about this and need some pointers on how I can write a Perl script that lets me read my new mail on an Exchange server [assume the Inbox], find mail with a fixed subject I am looking for, then process the data, move the mail to a read folder. Any good examples, pointers or

unable to catching signal

2004-01-14 Thread du4mi
Hello All, A small script to testing signal handling in perl: #!perl -w $|=1; $SIG{INT} = sub {print got signal\n}; print $$; # print pid while(1){}; then I make exe with perl2exe/PAR/perlapp... and run it. Ctrl+C leads to got signal . It's fine. but if I kill this process from another cmd

Re: unable to catching signal

2004-01-14 Thread Sam Schinke
Hello du4mi, Wednesday, January 14, 2004, 6:11:17 AM, you wrote: dgd but if I kill this process from another cmd window with dgd perl -e kill INT = xxx; where xxx is pid of running test.exe dgd signal is not catched and test.exe is ended. dgd this behaviour with ABRT, HUP, QUIT etc The best

RE: Reading Mail from Exchange Folder

2004-01-14 Thread Ken Cornetet
There are two basic ways to do this: MAPI and Outlook COM interface. TechNet has tons of information on how to write both types of code. MS shows Vbscript, of course, but it isn't too hard to convert to perl. Here's a snippet of MAPI to get you going: #Originally from Ben Hall #www.benhall.co.uk

RE: Reading Mail from Exchange Folder

2004-01-14 Thread Peter Guzis
Look into CDO (Collaboration Data Objects). A good place to start is http://www.cdolive.com. -Original Message- From: Richard DeWath [mailto:[EMAIL PROTECTED] Sent: Wed 1/14/2004 5:55 AM To: [EMAIL PROTECTED] Cc: Subject: Reading

RE: Reading Mail from Exchange Folder

2004-01-14 Thread Charbeneau, Chuck
-Original Message- From: Richard DeWath [mailto:[EMAIL PROTECTED] Subject: Reading Mail from Exchange Folder I am just learning about this and need some pointers on how I can write a Perl script that lets me read my new mail on an Exchange server [assume the Inbox], find mail

Windows Registry

2004-01-14 Thread Hicks, Bob
Is there a good web resource for hacking the registry on Windows? Robert Hicks ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Windows Registry

2004-01-14 Thread Steven . Hatfield
you should not be hacking anything Hicks, Bob [EMAIL PROTECTED]

RE: Windows Registry

2004-01-14 Thread Francis Paulin
This one is a good web resource: http://www.winguides.com/registry/ Francis Paulin ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs