Help for this page

Select Code to Download


  1. or download this
    print "connecting to $server..\n";
    my $pop = Net::POP3->new($server, Port => 995)
      or die "error: can't connect to $server: $!\n";
    print "ok\n";
    
  2. or download this
    localhost ~]$ perl deletemailpop3s.pl
    connecting to pop.wanadoo.fr..
    ...
    Use of uninitialized value in numeric eq (==) at /usr/lib/perl5/5.8.8/
    +Net/POP3.pm line 311.
    Use of uninitialized value in numeric eq (==) at /usr/lib/perl5/5.8.8/
    +Net/POP3.pm line 311.
    ...etc...