Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: popcheck - Simple POP3 mail checker

by Aristotle (Chancellor)
on Aug 10, 2003 at 16:45 UTC ( [id://282649]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($#ARGV == -1) {
      goto mailcon;
    ...
    } else {
      $nopts = 0;
    }
    
  2. or download this
    if (@ARGV) {
      $nopts = 0;
    ...
      goto mailcon;
      $nopts = 1;
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    print $retrieved_messages;
    
    $pop->quit();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://282649]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found