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


YAML documentation  | view source Contained in the YAML distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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.

AUTHOR

Top

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

COPYRIGHT

Top


YAML documentation  | view source Contained in the YAML distribution.