YAML-0.62 > YAML::Loader

名前

YAML::Loader - YAML class for loading Perl objects to YAML

YAML::Loader - Perl オブジェクトを YAML からロードする YAML クラス

概要

    use YAML::Loader;
    my $loader = YAML::Loader->new;
    my $hash = $loader->load(<<'...');
    foo: bar
    ...

説明

YAML::Loader is the module that YAML.pm used to deserialize YAML to Perl objects. It is fully object oriented and usable on its own.

YAML::Loader は YAML.pm が Perl オブジェクトを YAML へとデシリアライズ するために利用するモジュールです. 完全なオブジェクト指向になっていて それ自身で利用できます.

著者

Ingy döt Net <ingy@cpan.org>

著作権

Copyright (c) 2006. Ingy döt Net. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

このプログラムはフリーソフトウェアです。あなたは Perl と同じ ライセンスの 元で再配布及び変更を行うことが出来ます.

参考 http://www.perl.com/perl/misc/Artistic.html