Hi, I'm a newbie when it comes to perl and as such my knowledge is limited. So please for give me if I sound vague. My problem is that, I been trying to install and configure and opensource (Symphero) ecommerce package ( perl based ) for sometime now and without success onto my ISP server. Part of this problem is due to the fact that it requires specific modules from http://www.cpan.org to be compiled and installed. But due to access/permission i'm not able to install them to the appropriate directories. Having searched through the cpan site, I found that by entering :- perl -e 'print join("\n",@INC)' This should print the hard-coded @INC which perl is looking for. Through my telnet login I tried this and got:- /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 No reference is made to my home directory. Upon further search of the CPAN site i found that symlinks, aliases, or shortcuts can be created. But the techies on the ISP hosting company helpdesk inform me this is not possible with '@INC'. But however they do mention that Perl has commands for adding extra paths to @INC which I could use at the top of the scripts and have the module local to my home directory. My problem here is being new to perl I don't know what i'm looking for or how to do this. Please can anybody assist in resolving this problems. Thanks to all in advance. Hansraj

In reply to How to Add path to @INC by Hans

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.