Filehandles

Hi, I have a question about filehandles, even after reading the docs... I know how to start a subprocess from perl and read from it. But how do I write to the parent process that started me, the perl script? I have tcl script from somewhere that calls a perl script I'm writing. The tcl script says: set channel [open ./randomize RDONLY]