YAML::Manual - Documentation for YAML within Perl


YAML-Manual documentation Contained in the YAML-Manual distribution.

Index


Code Index:

NAME

Top

YAML::Manual - Documentation for YAML within Perl

SYNOPSIS

Top

    > perldoc YAML::Manual
    > perldoc YAML::Manual::SpecificTopic

DESCRIPTION

Top

Using YAML within Perl is a rich topic. This set of manuals will help you understand all the things you need to know to use YAML effectively in Perl and beyond.

TABLE OF CONTENTS

Top

This manual is divided up into many POD files. Here is a top level view of the contents of this manual:

YAML::Manual::Intro - Introduction to YAML in Perl.
YAML::Manual::Modules - Comparison of the YAML Perl modules.
YAML::Manual::Syntax - Detailed explanation of the YAML syntax.
YAML::Manual::RefCard - Handy reference card of the YAML syntax.
YAML::Manual::FAQ - Fortuitously Answered Questions about YAML.
YAML::Manual::Usage - Perl APIs for YAML modules.
YAML::Manual::Tutorial - Soup to nuts tutorial for YAML in Perl.
YAML::Manual::Cookbook - Recipes for your everyday YAML dishes.
YAML::Manual::RoadMap - Guide to the future of YAML in Perl.

AUTHOR

Top

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

COPYRIGHT

Top


YAML-Manual documentation Contained in the YAML-Manual distribution.

package YAML::Manual;
use 5.005003;
use strict;
$YAML::Manual::VERSION = '0.10';

1;