#!/usr/bin/perl

# This script prints a friendly greeting to the screen

print "Hello World!\n"; print "How's it going\n\n" ;
print "Not bad!\n";






