Hola.
Soy nuevo en el foro y nuevo con Perl. En realidad no sé nada, pero estoy manejando un sitio web que tiene un archivo cgi hecho en Perl y cuando se lo requiere da el siguiente error:
You don't have permission to access /local-cgi/guest/guestbook.cgi on this server. La primera parte del archivo dice esto (no sé si servirá):
Using perl Syntax Highlighting
#!/usr/bin/perl
##############################################################################
# Set Variables
$guestbookurl = "http://www.cabanasdeneneaparts.com.ar/local-cgi/guest/index.html";
$guestbookreal = "/www/docs/cabanasdeneneaparts.com.ar/public_html/local-cgi/guest/index.html";
$guestlog = "/www/docs/cabanasdeneneaparts.com.ar/public_html/local-cgi/guest/guestlog.html";
$cgiurl = "http://www.cabanasdeneneaparts.com.ar/local-cgi/guest/guestbook.cgi";
$date_command = "/bin/date";
$recipient = 'reservas@cabanasdeneneaparts.com.ar';
# Set Your Options:
$mail = 1; # 0 = Yes; 0 = No
$uselog = 1; # 1 = Yes; 0 = No
$linkmail = 1; # 1 = Yes; 0 = No
$separator = 1; # 1 = <hr>; 0 = <p>
$redirection = 1; # 1 = Yes; 0 = No
$entry_order = 1; # 1 = Newest entries added first;
# 0 = Newest Entries added last.
$remote_mail = 0; # 1 = Yes; 0 = No
$allow_html = 0; # 1 = Yes; 0 = No
$line_breaks = 1; # 1 = Yes; 0 = No
# If you answered 1 to $mail or $remote_mail you will need to fill out
# these variables below:
$mailprog = '/usr/sbin/sendmail';
# Done
##############################################################################
¿Podrán ayudarme?
Desde ya ¡Muchas gracias!