print FILE "this is text\n"; #### select(FILE); print "Printing to FILE\n"; select(STDOUT); print "Printing to STDOUT\n";