We don't bite newbies here... much | |
PerlMonks |
YAML module issueby devnul (Monk) |
on May 12, 2006 at 02:06 UTC ( [id://548882]=perlquestion: print w/replies, xml ) | Need Help?? |
devnul has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I'm having an issue with YAML module. Hopefully someone can help. Let me be brief: perl -e 'use YAML;$data{'zip'} = "07102";print YAML::Dump(\%data)' Outputs: My read of the spec (and experience with the parsers so far) is that a properly functioning parser will treat this as octal and return the value 3650. What I need is: Any ideas? Devnul
Back to
Seekers of Perl Wisdom
|
|