According to Moore, Paul: > Site.pm > ------- > use strict; That will have no effect on the main program. > use DBI; > use FindBin; > use lib $FindBin::Bin; > use IO; > use Data::Dumper; > use Rebol; These will import their functions into %main::, which may or may not be the Right Thing. > use lib "put site specific libraries here"; This will work, though. -- Chip Salzenberg - a.k.a. - <chip@valinux.com> "I am the Lemon Zester of Destruction!" //MST3KThread Previous | Thread Next