in reply to Redirect file write from external program to STDOUT
No, it is not possible. Not without changing the code.
Do you know what the file name is? If so, you could just read it in Perl itself and then print() to STDOUT.
Hope this helps.
--perlplexer