Run A Perl Script With Gui
I have a Perl Script.
I need to run this script on HTTP webserver like Nginx.
the script work on Shell by: perl script.pl -abc $input
I need to create a webpage that change the $input using a box.
I also need to let change 2-3 number on the script and let seletionable on this page.
After this, the output of the script will show on the page.
Thanks