#!perl

use strict;

print STDERR "Standard Error\n";

exit(4);
