> will work. The "Local" files are found by perl using its standard > internal search path. So you could even throw them in > /usr/local/share/perl5/.... if you wanted to, though we don't recommend > it. ... assuming that's in your perl search path use perl -V to see what @INC is. -R