in reply to use lib functionality

Hi,

This Module simplifies the manipulation of @INC at compile time.

Using "use lib" you can add your own library path

It is used to add extra directories to perl's library search path

@INC contains a list of directories from which Perl modules and libraries can be loaded.