Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w   # note: -w
    use strict;          # note: strictness
    ...
    );  # do not forget this
    $msg->send("smtp","smtp.something.addr"); # note: small letters
                                              # and smtp server
    
  2. or download this
    
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.