print $q->header, # create the HTTP header $q->start_html('hello world'), # start the HTML $q->img({-src => 'wp-content/uploads/Untitled-1.jpg', -alt => 'Powered by Perl'}), $q->h1('hello world'); # level 1 header #### hello world Powered by Perl

hello world