Jaap has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -Tw use strict; use CGI qw/:param/; use Net::POP3; use utf8; my $serverName = 'pop.chello.nl'; my $pop3 = new Net::POP3 ($serverName); print "Hello\n";
use Net::SMTP;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SMTP ruins Net:::POP3
by Jaap (Curate) on Oct 04, 2002 at 19:29 UTC | |
|
Re: Net::SMTP ruins Net:::POP3
by Jaap (Curate) on Oct 04, 2002 at 18:24 UTC | |
by Dog and Pony (Priest) on Oct 04, 2002 at 18:33 UTC | |
by RMGir (Prior) on Oct 04, 2002 at 18:39 UTC | |
|
Re: Net::SMTP ruins Net:::POP3
by Jaap (Curate) on Oct 04, 2002 at 19:26 UTC |