Ah, then what about
print HI, "\n";

the comma should disambiguate from a filehandle, right?
----- Original Message -----
From: "david" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 4:02 PM
Subject: Re: exporting Constants


> Tanton Gibbs wrote:
>
> > Will print HI; not work...you would think you wouldn't have to qualify
it
> > if you import it into your namespace?
>
> the statement:
>
> print HI;
>
> won't work. it's:
>
> print Test::HI,"\n";
>
> that i have in the code. Otherwise, Perl thinks that you want to print $_
to
> the HI file handle.
>
> david
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to