in reply to use lib functionality

all the use lib pragma does is manipulate @INC at compile time to expose modules (whether pure perl or not) that are not in the *standard* locations.

So no, there's really no difference and yes, you can use the use lib pragma to *use* a module.

-derby