in reply to Re: Calling a C++ binary from Perl
in thread Calling a C++ binary from Perl

So your program requires a file in /tmp which all local users can write to?

Ouch - that sounds like sooner or later somebody is going to trash it, or remove it, and you'll be in trouble.

It might be worth seeing if you can set $ENV{'TMP'} to read the file from another directory instead..,