#! /usr/local/bin/perl -w use strict; my $thing = shift; print "Hello, $thing\n";