Well, I didn't mean to be boring, but if you want to know the reasons, here comes the representative example:

1. This is machine we call "BlackBox" which means it was installed and it's been taken care of by our service partner. If we add/change/delete things that come with it (preinstalled of course) that are not covered in service agreement, we loose support. For example - there's neither mySQL nor postgreSQL installed on that machine, and will never be installed (that's the agreement).

2. Vendor of that "blackbox" is a huge multinational company that probably would eat (both our service partner and us) us if we change something they set up.

3. We don't have access rights to e.g. make and install own perl distribution.

That basically means that we can use everything that is installed, but install/upgrade/add/change/delete without service partner agrees is strictly forbidden (according to SLA). Now, we can and would like to use some things that already are installed (file with data, Perl distribution, etc.), but those are restrictions which I described as 1M reasons. I saw this as a challenge (although I'm not a programmer at all, even if my job requires a lot of C and shell scripting knowledge) and didn't mean to offend anyone...


In reply to Re^2: Problems with CGI script behaviour by SerZKO
in thread Problems with CGI script behaviour by SerZKO

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.