in reply to Opening a named pipe to a daemon

My guess would be that you could do something like
open OUT,">&$some_name" ;
I have to add that I'm not sure that this is going to work or is what you want, but at least you can try!

LuCa