Help for this page

Select Code to Download


  1. or download this
    my $pop = Net::POP3->new('localhost', Timeout => 30);
    
  2. or download this
    my $pop = Net::POP3->new('localhost', Timeout => 30) or die("Can't ins
    +tantiate Net::POP3 object");