=encoding utf-8 =head1 NAME =begin original YAML::Dumper - YAML class for dumping Perl objects to YAML =end original YAML::Dumper - Perl オブジェクトを YAML にダンプする YAML クラス =head1 概要 use YAML::Dumper; my $dumper = YAML::Dumper->new; $dumper->indent_width(4); print $dumper->dump({foo => 'bar'}); =head1 説明 =begin original YAML::Dumper is the module that YAML.pm used to serialize Perl objects to YAML. It is fully object oriented and usable on its own. =end original YAML::Dumper は YAML.pm が Perl オブジェクトを YAML へとシリアライズ するために利用するモジュールです. 完全なオブジェクト指向になっていて それ自身で利用できます. =head1 著者 Ingy dEt Net =head1 著作権 Copyright (c) 2006. Ingy dEt Net. All rights reserved. =begin original This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =end original このプログラムはフリーソフトウェアです。あなたは Perl と同じ ライセンスの 元で再配布及び変更を行うことが出来ます. =begin original See L =end original 参考 L