Hola Mundo

#!/usr/bin/perl -w
print "Content-type: text/html \n\n";
print "<!--Esta pagina se ha generado de forma dinamica -->\n";
print "<html>\n";
print "<head>";
print "<title>\"Hola Mundo\"</title>\n";
print "</head>";
print "<body>";
print "<h1>Hola mundo. Este es mi primer CGI en Perl </h1> \n";
print "</body>";
print "</html>\n";

Casiano Rodríguez León
Licencia de Creative Commons
Programación Distribuida y Mejora del Rendimiento
por Casiano Rodríguez León is licensed under a Creative Commons Reconocimiento 3.0 Unported License.

Permissions beyond the scope of this license may be available at http://campusvirtual.ull.es/ocw/course/view.php?id=44.
2012-06-19