in reply to Re^2: Perl CGI problem. Help please!!!!
in thread Perl CGI problem. Help please!!!!

Silly question.
Did you use this url: file:///usr/local/apache/cgi-bin/simpleImage.cgi?
  • Comment on Re^3: Perl CGI problem. Help please!!!!

Replies are listed 'Best First'.
Re^4: Perl CGI problem. Help please!!!!
by chakkaln (Sexton) on Jul 28, 2005 at 00:13 UTC
    Yes. is there some thing wrong in it. I presume the "?" should not really matter as I am no passing any parameters to it.

      A 'file:///' url won't use a web server. It just opens the file in your browser. You can only test CGI programs by going through a browser.

      --
      <http://www.dave.org.uk>

      "The first rule of Perl club is you do not talk about Perl club."
      -- Chip Salzenberg