@INC problem I have a couple of libraries that I've created. I've placed them in a folder and set the MacPerl preferences to point to that folder as well as the lib folder. The I place my require "mylib.pl"; statements in my code. This works fine if I excute the perl code as a non-runtime applicaiton. But the minute I compile as a runtime app, I get the error message that mylib.pl can't be found in @INC. What's the deal? Joseph