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

If you don't insist on YAML, try JSON::XS, that will use JSON instead. JSON is also plain text, but (IMHO) more readable than YAML.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Replies are listed 'Best First'.
Re^4: YAML problem
by luxs (Beadle) on May 27, 2015 at 10:47 UTC
    The problem was solved by switching from YAML::Syck to YAML::Dumper library.