Using perl Syntax Highlighting
- #!C:/xampp/perl/bin/perl.exe
- print "Content-type: text/html \n\n";
- print <<EOF;
- <html>
- <head>
- <style type="text/css">
- body{background-image:url("fondo.png");background-repeat: repeat}
- </style>
- </head>
- <body>
- <center><h1>Hola Mundo</h1></center>
- </body>
- </html>
- EOF
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
Y cuando lo ejecuto lo único que me sale es el título, no aparece el fondo, ya probé el código en una página HTML y sale todo bien pero con Perl, nada.