Jump to content

bpleduc

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by bpleduc

  1. Well, it looks like you are right. I removed the line from my .cgi files and they ran fine.... I dont know, there might have been a ghost in my machine when I was trying to get it to work before. I am guessing it had somthing to do with the permissions... But anyhow all is well and I am progressing nicely now. So far I am very pleased with the service you provide here!
  2. If I do not include this line my cgi scripts would not run. The browser returned an error. I fumbled around for an hour or two trying everything I could think of... Finally I came across the new file under the file manager. When I created a new file with the Perl script template I saw the needed line... As for the exec command I have been told by the help desk that it is turned off. Thanks for the example code to achieve the same result!
  3. I am new and am learning about SSI, CGI with Perl... 1st) SSI I am not able to get the exec command to work with SSI. I have used other codes fine. I am trying to do somthing simple like: <!--#exec cmd="ls" --> 2nd) CGI/Perl Why is the following needed? use CGI::Carp qw(fatalsToBrowser); I could not get my CGI/Perl to run without this.
×
×
  • Create New...