in reply to Re^3: Error trying to Run Perl script on IIS Server 8.5
in thread Error trying to Run Perl script on IIS Server 8.5

yes it is my first program, :) 1. I have dont that, same error 2. i have already run it with cmd, its running fine 3. how to make a file executable? i just saved it with the name otf test.pl 4. i dont know much about log file, i will see it 5. i didt understood this point :) 6. ordinary html files work fine. 7. ??
  • Comment on Re^4: Error trying to Run Perl script on IIS Server 8.5

Replies are listed 'Best First'.
Re^5: Error trying to Run Perl script on IIS Server 8.5
by perlron (Pilgrim) on Oct 29, 2014 at 12:44 UTC
    update
    pls post the of the program execute from the command line we might be able to help you.. 6. google how to make a file executable under windows. i think its some right click n change properties there.
    7. In unix ennviroment the first line you specify the path of the program that will execute your file. #!/usr/bin/perl points to the perl interpreter which would execute your perl script.
    I blieve in the windows environment its based on the file extension. so making it .pl and associating .pl with perl should do the job, provided your script has got executable permissions.
    Usually monks are not so verbose, bear in mind.

    The temporal difficulty with perl is u need to know C well to know its awesome.else u just keep *using* it and writing inefficient code
      "pls post the of the program execute from the command line we might be able to help you"........ post what?????

        are you able to run the program from the dos prompt ?
        if so please paste the output of your program