Help for this page
open(TXT,">hi.txt") || die; print TXT "hi\n"; close(TXT);
open(TXT,">hi.txt") || die; select(TXT); print "hi\n"; close(TXT);