Help for this page

Select Code to Download


  1. or download this
    <form action="/cgi-bin/test.cgi">
      <input type="text"   name="name">
      <input type="submit" name="submit" value="Press me!">
    </form>
    
  2. or download this
    #!/usr/bin/perl -T
    use warnings;
    ...
            <body><p>Hello, $name</body>
        </html>
    END_HTML
    
  3. or download this
    #!/usr/bin/perl -T
    use warnings;
    ...
            <body><p>Hello, $name</body>
        </html>
    END_HTML