#! /usr/bin/perl

print(STDERR "I am error :-(\n");
print(STDOUT "I am output!\n");
