I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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