Joe Schell wrote:
> I couldn't be sure.  I just looked at it briefly and many 
> code segments like this
> 
>       xopen \*STDERR, ">&" . fileno $dad_err
> 
> seems to suggest that it might be relying on operating system 
> redirection that Win 9x doesn't have.

No, that's Perl syntax. See `perldoc -f open`. You can use >& and <& (and
friends) to open files from file descriptors or file handles.

Cheers,
Philip

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to