Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    <img src="index.pl?image=img01">
    </body>
    </html>
    
  2. or download this
    use strict;
    use CGI;
    ...
        print $q->start_html("This is my page!");
        ## print out HTML here...
    }