in reply to running a Perl script with options via HTML

Get yourself a webserver and have it run your perl program ... CGI or PSGI or whatever ... see learn about the internet / Re: How to display output in separate html form in cgi script / Re: HTML Form not workin (cgi-bin is not for html, its for cgis)

  • Comment on Re: running a Perl script with options via HTML

Replies are listed 'Best First'.
Re^2: running a Perl script with options via HTML
by tronmason (Initiate) on Mar 21, 2014 at 17:10 UTC
    Did you read my post? My question is germane to how to pass parameters via a URL. I already have a webserver that runs my Perl program.