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

Your post above only shows one script and does not show any "passing around" of YAML. Maybe you can take a step back and explain the problem you're seeing, together with the exact situation where you see the problem, possibly with code to reproduce everything?

Replies are listed 'Best First'.
Re^6: YAML problem
by luxs (Beadle) on May 27, 2015 at 10:43 UTC
    Generally, I've reduce script as much as possible to remove other non-relevant bits of code. But now the problem was solved by switching from YAML::Syck to YAML::Dumper library.