Click here to get back home

How to print just numbers includes in Subject using POP3Client Module.

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
How to print just numbers includes in Subject using POP3Client Module. eng.john84 04-09-2007
Posted by eng.john84 on April 9, 2007, 9:18 pm
Please log in for more thread options


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;
}


Similar ThreadsPosted
Print Subject without characters Just Numbers using POP3Client. Please Help April 10, 2007, 11:27 pm
I have problem with POP3Client&Sendmail Module, Please Help. April 20, 2007, 4:34 am
Mail::Sender: Encoding of subject November 17, 2004, 12:56 am
CGI.PM and print table April 13, 2008, 1:18 pm
Net:Telnet problem with print October 20, 2005, 5:04 pm
Image::Magick scalar value to print use CGI April 13, 2006, 10:09 pm
Using C::Scan : How to ignore #includes ? September 23, 2004, 7:54 pm
Bogus error messages re Perl/lib/CORE/ includes September 30, 2005, 9:36 pm
POP3Client problem with SSL February 20, 2005, 4:42 pm
First line in body of Mail::POP3Client March 23, 2007, 9:43 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap