Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: emailpull.pl

by jdporter (Paladin)
on Jan 10, 2007 at 20:59 UTC ( [id://594011]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $fh = IO::File->new($MAILBOX)
      or die "unable to read mailbox '$MAILBOX': $!";
    ...
      local $/;
      $mail = <$fh>;
    }
    
  2. or download this
    my $mail = do
    {
    ...
      local $/;
      <$fh>
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 22:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found