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