#!/usr/bin/perl -w use strict; my $message="Nothing to see here, move along...\n"; print $message; exit;