Hola.
Hice este script para probar:
Código:
#! 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";
y me dice que param no esta definido....
Se supone que ya inclui el modulo CGI.pm creo yo.
que sera?
Saludos