|
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? |