#!/usr/local/bin/perl use strict; use warnings; my $msg = "hello drk'ness\n"; print $msg;