At 00:31 -0500 01.31.2001, Scott R. Godin wrote:
>Now, I see no reason why you NEED to open a filehandle in order to send a
>file, when you could simply do something like:

But it still bears noting how to do it.  To pass a filehandle, you use
something like \*FILE, which passes a reference to it.  It would be like
doing my $fh = \*FILE, and then passing $fh.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to