| Previous | Next
SelectSaverProvides a way to save and restore filehandles so you can temporarily use a different filehandle.
$saver = new SelectSaver[(fh)] Constructor. Creates a new SelectSaver object, You can use the newly selected filehandle within the current block. When you exit the block, the previous filehandle is again made the current one, and the SelectSaver object in which it was stored is destroyed. |