in reply to Re: perl and Docker
in thread perl and Docker
Hi,
Yes I have the original code in python which tries to translate it into perl command in the main function using "to_perl" and "read_from_perl"
The actual conf_file is a python dictionary.
The external library is perl function.
This entire algorithm (code) works fine outside docker. But within docker container it generates error.
I have also set the container (shell) environment and locale to UTF-8 but doesnt seem to be working
Cheers
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl and Docker
by Corion (Patriarch) on Oct 27, 2016 at 07:24 UTC | |
by Anonymous Monk on Oct 31, 2016 at 06:38 UTC | |
by Corion (Patriarch) on Oct 31, 2016 at 07:51 UTC |