in reply to Re: ADD directory to @INC using a string variable
in thread ADD directory to @INC using a string variable

So I can do a require in place of use and it should work correct? Regards, Siddharth
  • Comment on Re^2: ADD directory to @INC using a string variable

Replies are listed 'Best First'.
Re^3: ADD directory to @INC using a string variable
by CountZero (Bishop) on Sep 23, 2013 at 18:40 UTC
    Yes, that will work. But remember that require is not the same as use: the import sub will not be called

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics