Thank you for this info and as you saw in the other forum i was the one that accidentally found this out, after noticing the encoding of the ax2.pl file the helper upload it for mw that worked. Thanks celaring this out for me though.

I didnt knew that before the shebang line i should have used '#!'. Isnt it enough that it has it in the shebang line as well '#!/usr/bin/perl' ? i tried clciking the link with BOM but it wont load so i still dont know what BOM is and why the webserver on the remote server won't understand it since it runs apche while locally my apache web server does not care as to what encoding i save the file. Works with/withoiut BOM utf8 or as ansi.

You say that if my script is UTF-8 i probablt have to use use utf8; What do you mena by that? When a script source is considered to be utf-8? I must tell you though that inside my perl scripts i use greek text.

In reply to Re^10: Weird error log message by Nik
in thread Weird error log message by Nik

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.