http://www.perlmonks.org?node_id=981996


in reply to Re^2: Stucked in YAML::Tiny
in thread Stucked in YAML::Tiny

In my code I use use YAML qw{LoadFile}, and it works fine on both Windows and *nix. YAML file example:
--- version: 0.11 greek: - greek_plain - greek_italic csr: FontStyle: Italic: italic Position: Subscript: sub Superscript: sup gs: - EPS - PDF
Can you try running perl debugger on your code and using s command after LoadFile call shows up to trace code inside LoadFile?
Sorry if my advice was wrong.