Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: seekdirChapter 5
Function Reference
Next: Reference: select
 

select

select filehandle

Returns the currently selected output filehandle, and if filehandle is supplied, sets that as the current default filehandle for output. This has two effects: first, a write or a print without a filehandle argument will default to this filehandle. Second, special variables related to output will refer to this output filehandle.


Previous: Reference: seekdirPerl in a NutshellNext: Reference: select
Reference: seekdirBook IndexReference: select