Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/01/2004, 21:32
kidd
 
Fecha de Ingreso: mayo-2003
Mensajes: 328
Antigüedad: 21 años
Puntos: 0
Hola:

El código es realmente sencillo y aqui te lo presento...

Código:
open (MAIL, "|/usr/sbin/sendmail -t"); 
print MAIL "To: $to \n"; 
print MAIL "From: $from\n"; 
print MAIL "Subject: $subject\n"; 
print MAIL "Content-type: text/html\n\n";
print MAIL "<h1>Codigo HTML</h1>";
close(MAIL);
Como ves es básicamenrte el mismo código excepto por una linea.


SALUDOS
__________________
Uriel Lizama, Perl Developer

Aprende Perl en Perl en Español.