#!/usr/bin/perl -w
use strict;

#############################################################################
# Test program                                                              #
#############################################################################

print "Hello, World\n";
print " test\n";
