beakerlib-ya(1)

YA.SH(1) User Contributed Perl Documentation YA.SH(1)

NAME

BeakerLib - ya.sh - a YAml parser in pure baSH

DESCRIPTION

This file contains a yaml parser to help to handle yaml metadata.

FUNCTIONS

rlYash_parse

Parse yaml data to the associative array.

    rlYash_parse VAR_NAME YAML_DATA
VAR_NAME
Name of the variable to which the yaml structure will be saved.

Note that the variable needs to be predeclared as an associative array.

YAML_DATA
The actual yaml data.

AUTHORS

Dalibor Pospisil <sopos@sopos.eu>
2026-08-11 perl v5.38.4