http://www.perlmonks.org?node_id=1058176


in reply to Re: -s test option returns differently in some cases
in thread -s test option returns differently in some cases

Didn't think for a second about NFS actually. Lets see...

My NFS has:

acregmin=3,acregmax=60,acdirmin=30,acdirmax=60

which are default values apparently. Therefore, I set a sleep to '3' and it didn't work "Failed". It is also much longer than the system() statement which works.

Now, I've looked at how I am writing my file: open, print and then... nothing. I added a close statement and it works like a charm. Let me double check on that though, I might have forgotten a switch somewhere that could affect that. I'll report back soon!