Help on pl script!!! (Beginner!!)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • homeflash
    New Member
    • Jan 2007
    • 1

    Help on pl script!!! (Beginner!!)

    Before I get into deep programming. I want to find out how to run it. I have abyss web server on. I have no problem running CGI script (My perl is installed)
    However, I can't get any .pl file to work. Can anyone show me how to run .pl file? Examples? I tried with the ones in the net or the ones come with the perl, still no good. I keep getting the page not found on ie. How do I run a simple .pl file on a webpage (web server) please help...
  • rickumali
    New Member
    • Dec 2006
    • 19

    #2
    When you write Abyss Web Server, do you mean this:



    Because if you do, and you can run "CGI" no problem, but not ".pl", then I suspect you need to associate the suffix .pl with the Perl interpreter, per this:



    Another place to look is the log files produced by your Abyss Web Server. Locate those log files, and see if the problem is revealed in there.

    Please note that I've never used Abyss, but I'm hopeful this gets you on the right track.

    Comment

    Working...