M2H_PERLINC=
path1:
path2:
...:
pathN
<PERLINC>
path1:
path2:
...
pathi:
...:
pathN
</PERLINC>
-perlinc
path1:
path2:
...:
pathN
PERLINC defines a list of paths to search for MIME filters.
When setting
the PERLINC resource, the filenames are separated by colons
(or semicolons under MSDOS/Windows). Line-breaks can be used
to separate filenames if setting PERLINC via the
PERLINC
element.
PERLINC augments the @INC
array in Perl. The paths listed in PERLINC will be searched
before the paths in @INC
.
During the installation of MHonArc, the
MHonArc library location gets prepended to
@INC
.
Empty.
N/A
When hooking in your own MIME filters, you may want to put all the source libraries in a single location for maintenance purposes. Therefore, you will need to define PERLINC similiar to the following:
<PerlINC> /home/ehood/lib/mhonarc/local </PerlINC>
1.0