in reply to Re: Modules that get along with use lib
in thread Modules that get along with use lib

...the @INC array is globally prepended by your 'use lib' line, right Monks?

I honestly don't know, but otherwise the following should do it:

BEGIN{unshift(@INC,'.');}

f--k the world!!!!
/dev/world has reached maximal mount count, check forced.

  • Comment on Re: Re: Modules that get along with use lib