#!/usr/bin/perl -wT use strict; use CGI qw/:standard/; my $logo = '/path/to/logo.jpg'; print header, start_html, img {src=>$logo };