Posted on 2006-12-29 22:18:01-08 by ivanwills
YAML::Dumper errors
I am just trying to see the format that YAML::Dumper outputs with the following command
perl -MYAML::Dumper -e 'print YAML::Dumper->new->dump({foo=>"bar"}), "\n"'
but I get the error:
Can't locate object method "global_object" via package "YAML" at /usr/local/share/perl/5.8.8/YAML/D +umper.pm line 147.
I am using YAML 0.62 any ideas?
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.