La URL es:
http://kreatibox.com/index3.cgi
y el código que tiene es:
Using perl Syntax Highlighting
- use CGI::Fast qw(:standard);
- $COUNTER = 0;
- while (new CGI::Fast) {
- print header;
- print start_html("Fast CGI Rocks");
- print
- h1("Fast CGI Rocks"),
- "Invocation number ",b($COUNTER++),
- " PID ",b($$),".",
- hr;
- print end_html;
- }
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
imagino que no lo tengo, porque ese $counter debería aumentar en cada visita ¿O me equivoco ?