gracias kidd, muy interesante tú pagina y lo que contás de cuando entraste a programar y adapatsate las páginas que el webmaster subía manualmente.
en el formu es así la ruta?
<body>
<form action="http://www.midominio.com.ar/cgi-bin/buscador.cgi" method="post">
<input type="text" name="query" size="50">
<input type="submit">
</form>
</body>
y al formu.html tambien le doy 755?
la 1a línea sería así?
acá tengo que agregar algo?
Código:
{
return if($_ =~ /^\./);
return unless($_ =~ /\.html/i);
stat $File::Find::name;
gracias