| YAML-Manual documentation | Contained in the YAML-Manual distribution. |
YAML::Manual - Documentation for YAML within Perl
> perldoc YAML::Manual
> perldoc YAML::Manual::SpecificTopic
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.
This manual is divided up into many POD files. Here is a top level view of the contents of this manual:
Ingy döt Net <ingy@cpan.org>
Copyright (c) 2008. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
| YAML-Manual documentation | Contained in the YAML-Manual distribution. |
package YAML::Manual; use 5.005003; use strict; $YAML::Manual::VERSION = '0.10'; 1;