#!perl use strict; print STDOUT "Standard Out\n"; print STDERR "Standard Error\n"; exit(0);