On Wed, Mar 24, 2004 at 03:09:04PM -0500, Hardy Merrill wrote: > I just found something else at > > http://perlmonks.thepen.com/11007.html > > that talks about using IO::Handle to redirect STDIN, STDOUT, or STDERR > to a file.
Or better yet, use a different filehandle name. Or, if it really hurts to do that extra typing, use a different filehandle name and then select it to make it the default. dd -- David Dooling
