Hi
what does this mean
foreach $msg (@subjects) {
$subjects{$msg}++;
}
thx
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
I need a Perl script which will connect to my gmail and download the
unread emails from a certain folder. But not all the unread emails,
only those with a certain subjects and from a certain sender.
after that mark them as read and leave them on the server.
those emails must be stored "appended" i
Hi
Can you recommend a good to use Perl module for getting certain new
emails from my gmail?
thx
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/