Help for this page

Select Code to Download


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