Help for this page
my $libpath; BEGIN { $libpath = "/foo/bar"; } use lib $libpath;
{ local @INC = ("/foo/bar", @INC); require Foo; Foo->import; }