On Wed, Oct 16, 2002 at 10:15:12AM -0700, vishal mittal wrote:
> my $child = new IO::Handle;
> 
> When I try to redirect this handle to a filehandle
> using 
> 
> open(MY_DESCRIPTOR, ">&$child");

$child is already a filehandle, you shouldn't need to redirect it to
another.  What is it you're trying to accomplish?

 
Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

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

Reply via email to