Help for this page

Select Code to Download


  1. or download this
      $smtp->datasend("Date: $now\n");
      $smtp->datasend("To: $self->{_to}\n");
    ...
      $smtp->datasend("\n");
      my $rv = $smtp->dataend();
      $smtp->quit();
    
  2. or download this
      my $q    = $self->query;
      my $file = $q->param('image');
    ...
        print OP $buffer;
      }
      close LOCAL;