#! /usr/bin/perl -w # use strict; use warnings; print "Standard Out\n"; print STDERR "Standard Error\n"; #### myScript.pl >out.txt 2>&1