How can a script access it's open file descriptors? (what (perl?) data structure are they found in? On linux you can see them in /proc, but need to see in perl since porting to VMS. My script is invoked by a fork/exec from a calling process which has opened a read pipe and a write pipe for me - I need to get the file descriptors for the pipes. (on vms they will be mailboxes)