Help for this page
<form method="post" action="/xampp/cgi-bin/feedback.cgi"> Your name: <input type="text" name="name"><br> ... <input type="submit"> </form>
#!C:\strawberry\perl\bin\perl.exe use CGI::Carp qw(fatalsToBrowser); ... exit(0); }