Query: yaml::any
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YAML::Any(3) User Contributed Perl Documentation YAML::Any(3)NAMEYAML::Any - Pick a YAML implementation and use it.SYNOPSISuse YAML::Any; $YAML::Indent = 3; my $yaml = Dump(@objects);DESCRIPTIONThere are several YAML implementations that support the Dump/Load API. This module selects the best one available and uses it.ORDERCurrently, YAML::Any will choose the first one of these YAML implementations that is installed on your system: YAML::XS YAML::Syck YAML::Old YAML YAML::TinyOPTIONSIf you specify an option like: $YAML::Indent = 4; And YAML::Any is using YAML::XS, it will use the proper variable: $YAML::XS::Indent.SUBROUTINESLike all the YAML modules that YAML::Any uses, the following subroutines are exported by default: Dump Load and the following subroutines are exportable by request: DumpFile LoadFileMETHODSYAML::Any provides the following class methods. YAML::Any->order; This method returns a list of the current possible implementations that YAML::Any will search for. YAML::Any->implementation; This method returns the implementation the YAML::Any will use. This result is obtained by finding the first member of YAML::Any->order that is either already loaded in %INC or that can be loaded using "require". If no implementation is found, an error will be thrown.AUTHORIngy doet Net <ingy@cpan.org>COPYRIGHTCopyright (c) 2008. Ingy doet 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>POD ERRORSHey! The above document had some coding errors, which are explained below: Around line 191: Non-ASCII character seen before =encoding in 'doet'. Assuming UTF-8 perl v5.16.3 2012-07-13 YAML::Any(3)
Related Man Pages |
---|
moosex::storage::format::yaml(3) - osx |
padre::plugin::yaml(3pm) - debian |
padre::plugin::yaml::document(3pm) - debian |
yaml::any(3pm) - debian |
yaml::node(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
PyYAML 3.06 (Default branch) |
PyYAML 3.07 (Default branch) |
UniversalIndentGUI 1.0.2 (Default branch) |
YAML file update |
[TIP] Processing YAML files with yq |