Re: Changing the default output channel

2002-02-07 Thread Brett W. McCoy
On Thu, 7 Feb 2002, Balint, Jess wrote: > Hello all. Might one be able to tell me how to change the default output > channel so that instead of: > > print FILE, "text"; > > I might use > > print "text"; perldoc -f select -- Brett http://www.chapelperilo

RE: Changing the default output channel

2002-02-07 Thread Balint, Jess
Whoops! I know that comma is not supposed to be in the first code snippet. Sorry! -Original Message- Hello all. Might one be able to tell me how to change the default output channel so that instead of: print FILE, "text"; I might use print "text"; ? Thank you. --Jess -- To unsubs