in reply to Re^4: two lib folders
in thread two lib folders

Good point! use lib internally reverses the list passed into the import() function. This allows import() to prepend the entire list onto @INC in the same order as shown on the use lib line. Subtle.