Hice este script para probar:
Código:
y me dice que param no esta definido....#! C:/Perl/bin/Perl.exe -wT use strict; use CGI ':standar'; print "Content-type:text/html\n\n"; print "<html><body>\n"; my $temp; $temp=param("A"); print "<h1><center>Usted escribio: $temp\n"; print "</body></html>\n";
Se supone que ya inclui el modulo CGI.pm creo yo.
que sera?
Saludos