How to print just numbers includes in Subject using POP3Client Module.
- From: eng.john84@xxxxxxxxx
- Date: 9 Apr 2007 18:18:59 -0700
How to print just numbers includes in Subject using POP3Client
Module.
Please Help
use Mail::POP3Client;
$pop = new Mail::POP3Client( USER => "xxxxxxxxxxxxxxxxx",
PASSWORD => "xxxxxxxxxx",
HOST => "xxxxxxxxxx" ),
TIMEOUT => 1;
for ($i = 1; $i <= $pop->Count(); $i++) {
foreach ( $pop->Head( $i ) ) {
/^(From|Subject):\s+/i and print $_, "\n";
}
print "\n";
sleep 5;
}
.
- Prev by Date: Re: ClamAV
- Next by Date: Re: ClamAV
- Previous by thread: File::Store::Hierarchical
- Next by thread: mod_perl 2.0 Modules
- Index(es):