#!/usr/bin/perl use strict; use warnings; my $firstname = "John"; print "Hello, $firstname\n";