I wrote a small program in C and I need my PERL script to communicate with it (I'm trying to avoid temporary files) but nothing's working. Just using open() returns a bad file descriptor and open2() and open3() both return "Can't spawn-NOWAIT: Resource temporarily unavailable" Any help?
~Cybercosis