Message-ID: <
20060925195512.27418.qmail@lists.develooper.com>
(further modified by Merijn)
p4raw-id: //depot/perl@28928
If so the $dir/$archname directory is assumed to be a corresponding
architecture specific directory and is added to @INC in front of $dir.
+The current value of C<$archname> can be found with this command:
+
+ perl -V:archname
+
To avoid memory leaks, all trailing duplicate entries in @INC are
removed.