Help for this page
open(OUTPUT, '>-') or die; print OUTPUT "foo\n";
open(OUTPUT, ">", '-') print "foo\n";