in reply to Re^3: YAML problem
in thread YAML problem

Once again. Even screen output loose data.

Replies are listed 'Best First'.
Re^5: YAML problem
by Corion (Patriarch) on May 26, 2015 at 15:02 UTC

    Have you tried removing YAML from the problem?

    If your program fails to work with or without YAML, maybe YAML is not part of the problem at all?

      Yes, without YAML - everything is perfect and only in YAML file the data are corrupted. But the problem was solved now by using another YAML library. So the YAML::Syck produce an error, and YAML::Dumper works perfectly.