From: Angel Gabriel <[EMAIL PROTECTED]>

> As some of you know, I'm attempting to create an internal system to
> automate some stuff. This is how I plan to do this...
> 
> ....
> 
> #!/usr/local/bin/perl
> 
> include email reading modules

use Net::POP3;
#or
# use Mail::POP3Client;

> include grep modules (if exists, not found any yet)

use MIME::Parser;

> include MySQL writing modules

use DBI;
# and DBD::mysql

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to