in reply to Re: Stucked in YAML::Tiny
in thread Stucked in YAML::Tiny
Please show the exact code you're running. The symptoms you describe sound as if you're running
my $string = Dump(...);
without the appropriate use YAML::Tiny 'Dump'; at the top of your program. The documentation states that just three lines above your linked part of the documentation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Stucked in YAML::Tiny
by Anonymous Monk on Aug 07, 2012 at 02:16 UTC | |
by Anonymous Monk on Aug 19, 2012 at 19:36 UTC |