#! /usr/bin/perl -w


print "This is sent to standard output\n";
print STDERR "This is sent to standard error\n";
