YAML::Any man page on Ubuntu

Man page or keyword search:  
man Server   6591 pages
apropos Keyword Search (all sections)
Output format
Ubuntu logo
[printable version]

YAML::Any(3pm)	      User Contributed Perl Documentation	YAML::Any(3pm)

NAME
       YAML::Any - Pick a YAML implementation and use it.

SYNOPSIS
	   use YAML::Any;
	   $YAML::Indent = 3;
	   my $yaml = Dump(@objects);

DESCRIPTION
       There are several YAML implementations that support the Dump/Load API.
       This module selects the best one available and uses it.

ORDER
       Currently, 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::Tiny

OPTIONS
       If you specify an option like:

	   $YAML::Indent = 4;

       And YAML::Any is using YAML::XS, it will use the proper variable:
       $YAML::XS::Indent.

SUBROUTINES
       Like 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
	   LoadFile

METHODS
       YAML::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.

AUTHOR
       Ingy dA~Xt Net <ingy@cpan.org>

COPYRIGHT
       Copyright (c) 2008. Ingy dA~Xt 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>

perl v5.10.1			  2011-04-19			YAML::Any(3pm)
[top]

List of man pages available for Ubuntu

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net