The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Jifty::YAML -- Wrapper around YAML

DESCRIPTION

Provides a wrapper around the YAML library. If the faster YAML::Syck is available, then it's used instead.

METHODS

Dump

DumpFile

Load

LoadFile

Each of the above is alias to the equivalent function in either YAML or YAML::Syck.