#!/usr/bin/env perl print STDOUT "this goes gets redirected"; print STDERR "this doesn't";