Help for this page

Select Code to Download


  1. or download this
    my $SERVER = 'mail.domain.com';
    
    ...
        return 1;
       }
    }
    
  2. or download this
    sub open {
        my($self, $hdrs) = @_;
    ...
        # return self (a FileHandle) ready to accept the body
        $self;
    }