#!/usr/local/bin/perl # My first Perl script to say Hello to the World print "Hello world\n" # The print statement