[EMAIL PROTECTED]
<[EMAIL PROTECTED]cc:
tions.net> Subject: P
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
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
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