How to change perl @INC in Mac?

Mac has a very easy way to change your perl @INC path.
Just append the required directory to the file
/Library/Perl/5.8.8/AppendToPath

Note the version above (5.8.8) may differ for you. To find out your perl version,
type perl -v in the terminal.

listsettle-lm:~ anshup$ perl -v

This is perl, v5.8.8 built for darwin-thread-multi-2level
(with 4 registered patches, see perl -V for more detail)

2 thoughts on “How to change perl @INC in Mac?

    • hi there,

      The perl location and version may differ depending upon the way and source you installed it from.
      Let me know how you installed it and I ll try to help you out!
      cheers!

      Anshu Prateek
      the hackalyst!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>