time function!?

2003-07-30 Thread Steve Keith
Hi - If you need speed, I'd use Date::Calc instead. It is written in C so it should be much faster than Date::Manip Steve > Message: 8 > Date: Tue, 29 Jul 2003 19:14:42 -0400 > From: michael higgins <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: Re: time function

Re: Example of reassigning STDERR to STDOUT?

2003-07-30 Thread Richard Morse
On Tuesday, July 29, 2003, at 10:29 AM, Richard Morse wrote: Hi! I want to re-assign STDERR to STDOUT, so that I can get all my error messages emailed to me from a program. I've heard that this can be done, but I've never seen an actual example. Where would I be able to find one? I'm just n

Re: Perlapp reverse engineering.

2003-07-30 Thread Jan Dubois
On Wed, 30 Jul 2003 10:50:15 +0100, Beckett Richard-qswi266 <[EMAIL PROTECTED]> wrote: >> Run a debugger. Break right after perl_parse. Dump the OP tree >> and feed it to B::Deparse. I have verified this method's validity >> with the author of PerlApp. :-) > >Erm... ?:-) I talked with Autrijus

shutdown under windows 2000

2003-07-30 Thread iRob
Hi all!The following code in C++ is for shutting down the computer under Windows 2000.[code]BOOL MySystemShutdown(){    HANDLE hToken;    TOKEN_PRIVILEGES tkp;    // Get a token for this process.    if (!OpenProcessToken(GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES | TOKEN

RE: dynamic reports

2003-07-30 Thread Charbeneau, Chuck
> From: steve silvers [mailto:[EMAIL PROTECTED] > Subject: Re: dynamic reports > Crystal Reports.. > >"Does anyone have a idea as to the best way to do this? > >Perl ? > >XML ? > >C and postgres ? All of the above an accomplish what you are looking for. Crystal offers you controls that dynam

Re: [OT] Digitally signed posts

2003-07-30 Thread Ted S.
On 29 Jul 2003, Sisyphus wrote in perl: > Though I guess I should really do the civic-minded thing and switch to > a different reader - one that treats messages as the sender expects > them to be treated. What if the sender is sending you an HTML email with a virus enclosed? Do you *really* wan

Editing text files.

2003-07-30 Thread Beckett Richard-qswi266
Guys, Just knocking up a Tk GUI to read, display and change values in a text file. I've just realised that I don't know how to write the new values back into the text file in the correct location. Anyone point me to where to start? Thanks. R. ___ Per

Re: dynamic reports

2003-07-30 Thread steve silvers
Crystal Reports.. From: Lori <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: dynamic reports Date: Tue, 29 Jul 2003 17:07:21 -0700 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 tha

SV: MAPI

2003-07-30 Thread Kenneth Lodahl (KELO, ITRC, SH)
Hi, The problem was CDO isn't installed in the typical installation of office. You have to make a custom install and select the cdo installation. That fixed my problem. But thanks you for trying to help me ;o) Regards, Kenneth Lodahl -Oprindelig meddelelse- Fra: Joseph Discenza [mailto

RE: Perlapp reverse engineering.

2003-07-30 Thread Beckett Richard-qswi266
> Run a debugger. Break right after perl_parse. Dump the OP tree > and feed it to B::Deparse. I have verified this method's validity > with the author of PerlApp. :-) Erm... ?:-) > --- > > There's also an executable that's supposed to convert a

RE: Win32::GUI Docs

2003-07-30 Thread LIBERCE D SbanStiSysDev
I don't know about anything like that, but if you find it I'll be interrested as well.. Cheers, David -Message d'origine- De : Vuillemot, Ward W [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juillet 2003 01:05 À : Perl-Win32-Users (E-mail) Objet : Win32::GUI Docs All, Where is a "def

Re: [OT] Digitally signed posts

2003-07-30 Thread Sisyphus
- Original Message - From: "Chick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 4:40 PM Subject: RE: [OT] Digitally signed posts > Hi all, > > perhaps the signing sender should change their signature options. > E.g. in Outlook under Options, Security you can

Re: Why does while and sleep work this way

2003-07-30 Thread Sisyphus
- Original Message - From: "Mitch Raful" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 3:03 PM Subject: Why does while and sleep work this way Can someone explain why the following code works: #!C:\Perl\bin\Perl.exe require disk_perflib; while(1) { sleep