Ver Mensaje Individual
  #5 (permalink)  
Antiguo 31/07/2005, 18:37
mvlsistemas
 
Fecha de Ingreso: mayo-2004
Mensajes: 903
Antigüedad: 20 años
Puntos: 4
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í?
Código:
#!perl -w/usr/bin/perl

acá tengo que agregar algo?
Código:
 {
return if($_ =~ /^\./);
return unless($_ =~ /\.html/i);
stat $File::Find::name;
gracias