Gosh. Thanks for the long reply.

It's actually one installation of PERL on the shared server, but when a user uses the cPanel to install a "private" module, (such as PDF::AP12) it gets places within a "perl/perl5" of that user.

On cpanel instructions, it says use "usr/bin/perl" or "usr/bin/perlml"

But it's academic. The script finds my installed modules within the other folder, and works fine. (Mind you, I didn't help the situation by unloading the files as DOS! Whereas "Filezilla" will auto correct, appears cpanel Filemanager does not!) (Now tring to find a way to recognise the CRLF at the end of scripts

I used "File::Find::Rule" to reiterate through all the *.pl files on the server, then chmod to set to 705. Can't believe it took less than a second to go through 200+ files in numerous sub domains to set them all! (I mention it as I'm NOW writing a script to open first line of files, check end, and if wrong, THEN open the entire file, do substitute, and resave ... if I can get grep to recognise the \n\r !!

In reply to Re^2: When modules install in perl5 by cristofayre
in thread When modules install in perl5 by cristofayre

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.