Vishal Mittal wrote:
> 
> Hi,

Hello,

> I have something like this
> 
> my $child = new IO::Handle;
> 
> When I try to redirect this handle to a filehandle
> using
> 
> open(MY_DESCRIPTOR, ">&$child");

">&" means to duplicate an existing file handle.


> it gives me an error. What is it that I am doing wrong

What is the error message?


The entry for the open function in perlfunc and the perlopentut
documents have plenty of examples.



John
-- 
use Perl;
program
fulfillment

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

Reply via email to