Select a Filehandle
- select sets the default filehandle to use when printing
print "Gerbils are so awesome!\n"; select MESSAGES; print "Today I spoke about gerbils.\n";
| CPU: Perl, Fall 2005 | Perl, Week 4: More Arrays, Context, Subroutines, Lexical Variables | #37 |
print "Gerbils are so awesome!\n"; select MESSAGES; print "Today I spoke about gerbils.\n";
| Copyright © 2005 Ian Langworth |