perl/CGI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahatekarabhijeet
    New Member
    • Jan 2007
    • 55

    perl/CGI

    Hi,
    I am trying perl cgi programming. I have installed apache web server.
    The server is working fine.
    When I am trying to run any perl program using web browser, it is showing me a program in rather than showing an html page.


    Thank you.

    -Abhijeet
  • diegososa
    New Member
    • Oct 2007
    • 19

    #2
    Take a look at "cgi-bin" alias and directory at "httpd.conf " .

    The default cgi-bin directory is in the Apache directory, probably not the one that you are using..

    Comment

    • sandeepsandeep
      New Member
      • Dec 2006
      • 50

      #3
      Hi

      Because u didi not set the path of the perl bin directory

      save the file in perl/bin and run this file

      Comment

      Working...