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
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
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
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 => '$' ,