I find no documentation in YAML::Syck how the library behaves in the case that DumpFile cannot write the file, for example due to missing permissions etc. . It may likely be that the new output is not written because the permissions between web server user are not sufficient.
| [reply] [d/l] |
Once again. Even screen output loose data.
| [reply] |
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?
| [reply] |
Sorry for previous anonymous replies.
The problem is in the YAML, because the content of variables can be printed on the screen, or dumped by other tools like Dump or write directly to the file without any problems. But the content of variables passed from one script to another not working with YAML, which is a very strange, like these variables start to have some kind of bad flag or mark.
| [reply] |
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?
| [reply] |