https://github.com/genome/genome
Revision 0d56bbca51a5600679eee8c7cdfb4d5309c4b171 authored by Nathaniel Nutter on 04 March 2014, 20:10:58 UTC, committed by Nathaniel Nutter on 05 March 2014, 00:49:36 UTC
(I think) FCGI ties STDERR, STDOUT, and STDIN which overrides open
calls.  In the case of a 3-argument open it does:

    eval("$rc = open($_[0], $_[1], $_[2])");

Which means that the variables can't be "the normal 'reference to a
glob'" as is supposed to be the case.
1 parent bbd8827
History
Tip revision: 0d56bbca51a5600679eee8c7cdfb4d5309c4b171 authored by Nathaniel Nutter on 04 March 2014, 20:10:58 UTC
can't use non-string variables in 3-argument open due to FCGI
Tip revision: 0d56bbc

README

back to top