I will gladly do!

Yes, scripts live in Russian alphabet directory, that is in /usr/local/bin -- all in UTF8.

I did place the binmode lines in the script (the one that actually gives me the error and the one from which it is called) but i still get error message as above (regarding the script path (not readable characters).

I have tried open operator for find command. And can not understand how to get files it has found: how to put it into array. -- For

open(my $find, "|-:utf8", "/usr/bin/find -type f >/dev/null") or die " +Can't run find: $!\n"; while( <$find> ){ push @array, $_; }

Does not put anything into array.

Thank you for your extended answer, graff.


In reply to Re^2: utf8 "\xB7" does not map to Unicode at /usr/local/bin/бибс/об&#137; line 112. by nikolay
in thread utf8 "\xB7" does not map to Unicode at /usr/local/bin/бибс/об&#137; line 112. by nikolay

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.