open(ME, "$0") or die "crap $!"; close(STDERR); use warnings; while () { print; } close ME;