On Mon, 29 Oct 2001 23:31:57 +0100, Eelco Alosery wrote: >Is er mischien iemand die mij kan vertellen hoe ik een perl script pop >emails op kan laten halen. >Of beter nog heeft iemand mischien een kant en klaar simpel script die ik >kan bestuderen en dan verder uit werken
Just for a second I thought there was something wrong with my mail program. :-) Anyway, a quick search on CPAN (<http://search.cpan.org>) reveals the modules Mail::POP3Client Net::POP3 The latter needs some examples, as the author wote himself in the POD. Well, there are some from Lincoln Stein's book "Network Programming with Perl", chapter 8. The examples are available on the book's website: <http://www.modperl.com/perl_networking/source/ch8/> -- Bart.