# To build this script into a PerlCtrl, select:
#   Tools | Build Standalone Perl Application...
#
# Note: This functionality is only available if the Perl Dev Kit is
# installed. See: http://www.activestate.com/perl-dev-kit

use strict;

print "Hello World!\n";
