Try

printf FILEHANDLE, "Message";




"The right word may be effective, but no word was ever as effective as a
rightly timed pause."
                                       --Mark Twain



                                                                                       
                                                
                      James Edward Gray                                                
                                                
                      II                       To:       [EMAIL PROTECTED]             
                                               
                      <[EMAIL PROTECTED]        cc:                                    
                                                 
                      tions.net>               Subject:  Printing to a glob variable   
                                                
                                                                                       
                                                
                      06/10/2003 04:11                                                 
                                                
                      PM                                                               
                                                
                                                                                       
                                                
                                                                                       
                                                




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, because it's still not working.  Could someone
please explain to me what's wrong with this statement?

             print $server{Log} ("$priority\t$event\t");

Thanks for your time.

James


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




------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.



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

Reply via email to