in reply to Running a perl script from a html page

sounds like you need to tell your webserver that your script run.pl needs executable permissions. this varies a bit depending on your webserver...


*nix
IIS - (see step 3)
  • Comment on Re: Running a perl script from a html page

Replies are listed 'Best First'.
Re^2: Running a perl script from a html page
by Ankit.11nov (Acolyte) on Dec 10, 2009 at 09:32 UTC
    Can you please help as to how to set this web server permissions.

      Did you read the links provided? You've not told us what webserver you are using (IIS, Apache or something else?). For Apache see Setting up Perl/CGI with Windows from the tutorials section. For IIS read the link above or check out the IIS documentation.