Help for this page

Select Code to Download


  1. or download this
        my ($msg);
        my ($receiver, $ccList, $sender, $replyTo, $subject, $body) = @_;
    
  2. or download this
        my ($msg);
        for (@_) {
            print "\n",$_,"\n" if (m{lightgreen});
        };
        my ($receiver, $ccList, $sender, $replyTo, $subject, $body) = @_;