Re: [OT] Digitally signed posts

2003-08-01 Thread Stephen Patterson
On 30 Jul 03, Sam Schinke ([EMAIL PROTECTED]) wrote: Hello Sisyphus, Tuesday, July 29, 2003, 8:36:41 PM, you wrote: S An excerpt received off-list (my thanks to that person) which I'd like to S post to the list: It seems that the problem arises from the mail client used by the

Re: shutdown under windows 2000

2003-08-01 Thread barbero_l
Vincent wrote: How can I enable/disable the Force A Shutdown From A Remote System option in win2000 Vincent Hi, you can change this setting using the User Manager-Policies-User Rights-Force a Shutdown from A remote system Option Cheers Lucas ___

Re: [OT] Digitally signed posts

2003-08-01 Thread Sisyphus
- Original Message - From: Stephen Patterson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 01, 2003 6:12 AM Subject: Re: [OT] Digitally signed posts Yep, I've read the attachment you posted to me :-) Courtesy of the feedback I've had (and my thanks to all respondents), I

Re: [OT] Digitally signed posts

2003-08-01 Thread $Bill Luebkert
Sisyphus wrote: - Original Message - From: Stephen Patterson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 01, 2003 6:12 AM Subject: Re: [OT] Digitally signed posts Yep, I've read the attachment you posted to me :-) Courtesy of the feedback I've had (and my

RE: Number format

2003-08-01 Thread Peter Eisengrein
Title: RE: Number format Not sure if or how you can make it work with 5.x, but might be able to help with the rounding itself? What are you trying to round? Can you give an example of a number before and after? -Original Message- From: Krishna, Hari [mailto:[EMAIL PROTECTED]] Sent:

NET:SMTP Subject Method

2003-08-01 Thread Leon
Hi everyone. First thanks for everyones help with the problems I was having with getting net:stmp to install. The person who suggested I install bundle-libnet (or maybe it was libnet-bundle) hit the nail on the head. This installed the net:smtp module. I have a script that looks like this:

RE: CPU Utilization allways on 100% when executing perl scripts

2003-08-01 Thread John Serink
Whatever the script is doing, make sure you are using blocking calls for your IO(thus the script will pause) or putting a 'sleep' in there somewhere. -Original Message- From: Markus Dubois [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 8:07 PM To: [EMAIL PROTECTED] Subject:

Re: CPU Utilization allways on 100% when executing perl scripts

2003-08-01 Thread Sisyphus
- Original Message - From: Johan Lindstrom [EMAIL PROTECTED] If it interferes with other programs, you can lower the process priority in the TaskManager. But it's probably more convenient to do this when you start the program. Use the START command (START /? gives help) to do this.

Win32::ODBC Question

2003-08-01 Thread Martin, Stanley G [GMG]
I have to move a ton of ODBC Connections from one box to another and was wondering if in this module there is a way to get all the attributes for a particular ODBC Connection so that I can turn around and insert it onto the other. I have Dave Roth's Standard Extensions book, but can't find

Re: Number format

2003-08-01 Thread Sisyphus
- Original Message - From: Krishna, Hari [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 01, 2003 2:33 AM Subject: Number format I am trying to install the number-format package which I downloaded from activestate and I get error Error installing package

RE: Win32::ODBC Question

2003-08-01 Thread Farrington, Ryan
Title: RE: Win32::ODBC Question I think the best way to do this would be to hit the registry and look at ODBC.ini -Original Message- From: Martin, Stanley G [GMG] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 01, 2003 10:50 AM To: perl-win32-users (perl-win32-users) Subject:

AW: CPU Utilization allways on 100% when executing perl scripts

2003-08-01 Thread Markus Dubois
I've already tried out the start command but i have a cmd file with several perl scripts Running one by one. So whenever I try the start command I ran into problems. The perl.exe et forked endless so at the end I have a box locked with a lot of perl.exe running. Perhaps I make a mistake. Any

Re: NET:SMTP Subject Method

2003-08-01 Thread Trevor Joerges [SendMIME Software]
If your just looking for basic e-mail subject then add the folowing line after the datasend(To line: $smtp-datasend(Subject: $subject\n); Oops - and of course don't forget to define $subject somewhere before this. my $subject = Perl rules!; If your looking for more control look at some of the

cgi hangs when there's a problem with my script.

2003-08-01 Thread Roland L Maynard
Hi, This may be a stupid question, but my excuse is that I am still on the low end of the perl learning curve. My question: Is there any way to speed up the response the interpreter gives when there is an error in my script? Sometimes it takes upwords of thirty seconds for the response page

Re: shutdown under windows 2000

2003-08-01 Thread Alexander Bel...
Hi! Everyone, can you try the programm from Microsoft? %SystemRoot%/sistem32/restart.exe --- Best regards AlexBel Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!

Help with regex

2003-08-01 Thread Will of Thornhenge
I'm doing some work with mail headers that involves converting timestamps to a standard format. The following regex works except for one pesky trailing close parens. Here's a sample of the data that causes problems: ==sample data Date: Fri, 1 Aug 1997 08:10:16 -0700 (PDT)br === This is

Re: Help with regex

2003-08-01 Thread Trevor Joerges [SendMIME Software]
What are you trying to get the Epoch time from a date? If so you could also use the Date::Calc modules Date_to_Time function. Hope this helps. Trevor Joerges SendMIME Software www.sendmime.com - Original Message - From: Will of Thornhenge [EMAIL PROTECTED] To: perl-win32-users Mailing

Re: Help with regex

2003-08-01 Thread $Bill Luebkert
Will of Thornhenge wrote: I'm doing some work with mail headers that involves converting timestamps to a standard format. The following regex works except for one pesky trailing close parens. Here's a sample of the data that causes problems: ==sample data Date: Fri, 1 Aug 1997