Sorry for such a borderline question about perl, but scripting is not always dirty programming ;-) As I start a ClearCase support job on a Windows (not my choice) environment, I will probably have to manage perl script. And I want also o manage the perl distrib, to have an up to date one (not the "old" 5.6.1 delivered with CCase), and to manage the possibly future added modules. No problem to install a perl distrib on windows, even in a view as a private directory tree. It works well. But when adding the perl directory tree to source control (via a CCase related tool), I can no more run the perl interpreter. It fails with a "Cannot Initialize Application properly (Oxc0000022). The perl directory is named "perl" as during the install, and has the same root. Moreover, I have checked that the executable bit on the .exe and also .bat files is on. Have a look at the desc of the perl.exe :
ct desc -l perl.exe rsion "perl.exe@@\main\1" created 19-juin-05.03:44:22 by pinardon.Utilisa. du domaine@MYMACHINE "created by clearfsimport" Element Protection: User : NET\pinardon : r-x Group: NET\Utilisa. du domaine : r-x Other: : r-x element type: compressed_file predecessor version: \main\0
So, if anyone could have an idea, it will help me greatly. Thanks a lot and have a nice day or evening, depending on where you are on the planet ;) J.L.

In reply to How to properly add a perl distrib under ClearCase control by JL_scm

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.