How would I be able to find out whether or not a file is in my path without having to call the system 'which' command. Is there anything inherent to perl that would provide this functionality. The system calls slow down the perl script dramatically, and I would like to have a work around.