RE: [OT] Digitally signed posts

2003-07-29 Thread Chick
Hi all, perhaps the signing sender should change their signature options. E.g. in Outlook under Options, Security you can check "Send clear text signed message when sending signed messages". This should do the trick for receiving clients to see the message although the signature attachment will be

Re: Why does while and sleep work this way

2003-07-29 Thread $Bill Luebkert
Mitch Raful wrote: > Can someone explain why the following code works: > > #!C:\Perl\bin\Perl.exe > require disk_perflib; > > while(1) { >sleep(5); >print "\n"; >printf "%.0d\%", disk_perflib::GetDisk(); > } > But if I remove the print "\n"; it won't work. However, I can > substitu

Re: [OT] Digitally signed posts

2003-07-29 Thread Sisyphus
- Original Message - From: "Greg Wardawy" <[EMAIL PROTECTED]> > > Same problem here. I've tried to config OE but without any luck and ended > ignoring this kind of posts. > I tend to do the same, but if I reckon there's something in there that I'm better off reading then I have to go thr

Why does while and sleep work this way

2003-07-29 Thread Mitch Raful
Can someone explain why the following code works:   #!C:\Perl\bin\Perl.exerequire disk_perflib;   while(1) {   sleep(5);   print "\n";   printf "%.0d\%", disk_perflib::GetDisk();} But if I remove the print "\n"; it won't work.  However, I can substitute both the print and printf statements

Re: Perl and real time stock quotes

2003-07-29 Thread John
On Tuesday, July 29, 2003 1:02 AM AEST, Alan Dickey wrote: > "$Bill Luebkert" wrote: >> >> steve silvers wrote: >> >>> Does anyone know of a module or a way to use Perl to get real time >>> stock quotes? >> >> There are some quote modules under finance - check AS or CPAN. >> >> This will do a

Re: [OT] Digitally signed posts

2003-07-29 Thread Sisyphus
An excerpt received off-list (my thanks to that person) which I'd like to post to the list: > > It seems that the problem arises from the mail client used by the sender. Take a look at the > header of the message from Stephen Patterson. IMHO, OE does EXACTLY what the header > says I'm an idiot w

Re: [OT] Digitally signed posts

2003-07-29 Thread Greg Wardawy
- Original Message - From: "Sisyphus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 6:57 PM Subject: [OT] Digitally signed posts > Hi, > Such posts are currently showing up in my OE Inbox as attachments. ie the > body is empty, the message is in the attachment.

RE: dynamic reports

2003-07-29 Thread Francis Paulin
I think that teaming Perl and XML is a good choice... I am already on that kind of stuff Thanks Francis -Original Message- From: Lori [mailto:[EMAIL PROTECTED] Sent: 29 juillet, 2003 20:07 To: [EMAIL PROTECTED] Subject: dynamic reports I have lots of experience creating web pages that

[OT] Digitally signed posts

2003-07-29 Thread Sisyphus
Hi, Such posts are currently showing up in my OE Inbox as attachments. ie the body is empty, the message is in the attachment. This is bloody annoying as I don't allow attachments to be opened. How do I configure OE so that such posts will arrive in the Inbox with the message in the body of the ema

dynamic reports

2003-07-29 Thread Lori
I have lots of experience creating web pages that get data from a dbase - and lots creating reports with diff. software, but none that create a dynamic report that the user can select the fields and format they want the data displayed Im going to play with creating a query based on user choice

Win32::GUI Docs

2003-07-29 Thread Vuillemot, Ward W
All, Where is a "definitive" guide to all the Win32::GUI methods? I stumbled across BrowseForFolder...but I cannot find anywhere that tell me all that I can do. Or is there some MS docs I can refer to? Thanks in advance. Cheers, Ward ___ Perl-Win32-

RE: Win32 Dialog

2003-07-29 Thread Peter Eisengrein
You do want to 'use Win32::GUI', not the latter. Your code works ok for me and briefly shows the window. However, it immediately exits until I add this line after the Show(): Win32::GUI::Dialog(); This tells it to stick around for user input. What versions are you using? I am on NT4.0 with perl

RE: Win32 Dialog

2003-07-29 Thread Carter Thompson
Many thanks, John. It turned out that the environment just got weird. I rebooted my machine and everything started working. I hate problems like that when you're trying learning something new and unfamiliar. Cheers, Carter. > -Original Message- > From: Huber. John (PWA) [mailto:[