in reply to Re: $VERSION to logfile?
in thread $VERSION to logfile?

This works great (I have chaged it to require my modules that are only found in the same directory as my script). One question, if I change
eval "require $module";
to require $module; it fails because it looks only in @INC rather than in the same directory as my script . Why is eval needed to get it to look in the directory?