#!/usr/bin/perl -w print "STDOUT MSG\n"; print STDOUT "a standard out message \n"; print STDERR "STDERR MSG\n"; warn("WARNING!\n");