in reply to Re: Re: Perl use statement
in thread Perl use statement

Have a look at the answers in Where to install my own perl modules?. You can do it either way. My suggestion was to insert a line at the top of your programme: use lib qw( /path/directory ); - where /path/directory is where the "Maker" subdirectory is located inside.

Sören