{
    "mode": "perldoc",
    "parameter": "YAML::Dumper",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/YAML%3A%3ADumper/json",
    "generated": "2026-05-30T04:01:27Z",
    "synopsis": "use YAML::Dumper;\nmy $dumper = YAML::Dumper->new;\n$dumper->indentwidth(4);\nprint $dumper->dump({foo => 'bar'});",
    "sections": {
        "NAME": {
            "content": "YAML::Dumper - YAML class for dumping Perl objects to YAML\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use YAML::Dumper;\nmy $dumper = YAML::Dumper->new;\n$dumper->indentwidth(4);\nprint $dumper->dump({foo => 'bar'});\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "YAML::Dumper is the module that YAML.pm used to serialize Perl objects\nto YAML. It is fully object oriented and usable on its own.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Ingy döt Net <ingy@cpan.org>\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright 2001-2014. Ingy döt Net\n\nThis program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n\nSee <http://www.perl.com/perl/misc/Artistic.html>\n",
            "subsections": []
        }
    },
    "summary": "YAML::Dumper - YAML class for dumping Perl objects to YAML",
    "flags": [],
    "examples": [],
    "see_also": []
}