#!/usr/local/bin/perl #Test of "Hello World" for Perl script. print "Hello World!", "\n"; # End hello.pl