Help for this page

Select Code to Download


  1. or download this
    print qq!<p><input type="radio" name="type" value="admin">\n!;
  2. or download this
    print qq{<p><input type="radio" name="type" value="admin">\n};
  3. or download this
    print <<"EOT";
    Content-type: text/html
    
    ...
    </head>
    </html>
    EOT