Help for this page

Select Code to Download


  1. or download this
       use Net::POP3;
    
    ...
       print "Found $numInboxMsgs messages in the Inbox.";
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
        $imap->login or
          die( $imap->last_error);