#!/usr/bin/perl -w use strict; my $variable = "is strict compliant"; print "My \$variable ", $variable; print qq'Hello world\n';