in reply to Re^2: perl and Docker
in thread perl and Docker

Hi IAperl,

Unicode has nothing to do with this. As various monks have told you numerous times, the file is simply not in Perl syntax. Also, I don't think you've posted an example of the file you're actually trying to load, have you? (I didn't dig through all of the GitHub repos you posted.) I know what I mean. Why don't you?

If the file is in Python syntax, and you want to read it in Perl, then I would suggest that you write a Python script that reads the file and outputs it in a format that both Python and Perl can understand, such as YAML or JSON.

If the file is supposed to be in Perl syntax, then apparently whoever is generating the file is doing so incorrectly, and I suggest you fix that code. Otherwise, you'd have to code a solution that can read it, which is IMO not the best solution.

To assist you further, we'll have to see the problem for ourselves - please post an example of the file you are trying to read. How do I post a question effectively?

Regards,
-- Hauke D