Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $pass = 'something';
    $pop->login ($user,$pass);
    $pop->top();
    
  2. or download this
    Can't call method "login" on an undefined value at ./pop3.pl line 7.