use strict; use warnings; my $pageTitle = 'variable title text'; print qq[ $pageTitle ]; print qq[rest of properly formatted web page];