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


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

Also, the shell does its own interpolation ( see system, sh ), and instead try
system 'ls', '-l', $myAbsPathToFile;