Help for this page
use strict; use warnings; ... print STDOUT "Normal\n"; print STDERR "Red?\n"; print STDOUT "Normal again?\n";