Re: Printing to a glob variable

2003-06-10 Thread royce . wells
[EMAIL PROTECTED] <[EMAIL PROTECTED]cc: tions.net> Subject: P

Re: Printing to a glob variable

2003-06-10 Thread John W. Krahn
James Edward Gray II wrote: > > I'm trying to print call print with a variable I'm sure holds a > typeglob with an open file handle. I know the variable is a hash > lookup, so I expected print to complain, however, I thought adding the > parenthesis was all that I had to do to clarify what I mean

Re: Printing to a glob variable

2003-06-10 Thread Jenda Krynicky
From: James Edward Gray II <[EMAIL PROTECTED]> > I'm trying to print call print with a variable I'm sure holds a > typeglob with an open file handle. I know the variable is a hash > lookup, so I expected print to complain, however, I thought adding the > parenthesis was all that I had to do to c

Printing to a glob variable

2003-06-10 Thread James Edward Gray II
I'm trying to print call print with a variable I'm sure holds a typeglob with an open file handle. I know the variable is a hash lookup, so I expected print to complain, however, I thought adding the parenthesis was all that I had to do to clarify what I meant. Doesn't look like it though, be