Hi, I'm trying to use a file that is located in a different directory up from the actual Perl script file. I'm unable to get this to work, however.... Using
Is there anyway to include a file (.pm file) that is in a different directory then the actual script file? (Out side of copying the file into the same directory (result: redundant code) or installing to the Perl directory (no access)).