RE: Output PERL to E-mail

2003-01-02 Thread David H. Lynch Jr.
Below is a perlscript to do approximately what you asked. I found it somewhere else on the web. Unfortunately I do not remember where, and I have seen several similar. It is pretty basic anyway. I have a database application that outputs pay stubs to a text file. I then use another script to conv

Win32::MAPI

2002-04-15 Thread David H. Lynch Jr.
I am looking to write a script to delete duplicate emails. Unfortunately the most useful interface to the mail system that I can use to do this would be MAPI. I seemed to recall a Win32::MAPI Perl module, and there are references to it on the web as well as examples, but I can not seem

RE: Would anybody tell me what is the meaning of "foo" ?

2001-12-31 Thread David H. Lynch Jr.
A related term of pretty much the same parentage is SNAFU Situation Normal All Fouled Up I am pretty sure both terms originated during WWII. -Original Message- From: Matt C. [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 30, 2001 7:22 PM To: [EMAIL PROTECTED] Subject: Re: Would any

How do you do an Array of Objects?

2001-12-18 Thread David H. Lynch Jr.
I have an object defined in the file act.pm as: package Act ; use Class::Struct ; struct Act => { nxt => '$' ,# Pointer to next Act lev => '$' ,# Level for this Act ln => '$' ,# Line Number cnt => '$' ,