rlib
rlib
is available from CPAN- http://search.cpan.org/dist/rlib
rlib
works likelib
, but it treats paths as relative to the location of the file it was called in.
file: examples/twop/teeoo_rlib.pl1: use rlib '.'; 2: use Glont; 3: print "ok\n";
rlib
is available from CPANrlib
works like lib
, but it treats paths as relative to the location of the file it was called in.file: examples/twop/teeoo_rlib.pl1: use rlib '.'; 2: use Glont; 3: print "ok\n";