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
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