#!/usr/local/bin/perl # Test script to write to STDOUT # and STDERR. use warnings; use strict; print STDOUT "StdOut!\n"; print STDERR "StdErr!\n";