> Try using DIRECTORY=> instead. Maybe something like: > > DIRECTORY => $Config{sitelib} . "/module_name", > > Cheers, > Rob
Ah, that worked nicely. One question. Where am I supposed to get "$Config{sitelib}" from? Is it something I define, or is there some builtin perl variable that hold this? Thank you Jay