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

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?

Replies are listed 'Best First'.
Re^6: YAML problem
by luxs (Beadle) on May 28, 2015 at 22:53 UTC
    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.