Search results

  1. S

    Perl: How do I "Require" or "Include" another perl script file?

    I was also having the same problem where INC was not able to find the file to be included, even though it was in the same directory as the main.pl file. The problem was not in my use of the 'require', but in the way I was running the program. In terminal (on mac) I was running the program...
Back
Top