#! /usr/local/bin/perl

# This example will show the use of single quotes

print 'Hello World\n';  #no variable interpolation occurs

print "\nHello World\n"; #variable interpolation occurs with double quotes, the \n like C is a newline

print 'Hello
       Good 
       World!';

    Source: geocities.com/siliconvalley/vista/6493/perl/code

               ( geocities.com/siliconvalley/vista/6493/perl)                   ( geocities.com/siliconvalley/vista/6493)                   ( geocities.com/siliconvalley/vista)                   ( geocities.com/siliconvalley)