Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Author

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

Description

       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.

Name

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

Synopsis

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

See Also