print "Hello World!\n"; { open (FILE, ">bob.txt"); local *STDOUT = *FILE; print "this is text\n"; close FILE; print "You will never see this\n"; } print "You will see this though\n";