in reply to Re^2: temp filehandle to filename
in thread temp filehandle to filename
You're not passing it a Perl program, where there is a good chance of it getting passed to 2-arg open. You're passing it to sendfile which will definitely not call Perl's 2-arg open.