Re: @ISA and the paths in 'use libs'



Nevermind, if I change the 'our @ISA = qw( BaseNJ::Tools );' into 'use
base qw( BaseNJ::Tools )' and it works now. I'm still a little confused
on the difference, but I will read up more on that before I post more
questions.

.