Rechercher une page de manuel
YAML::Loader.3pm
Langue: en
Version: 2006-07-01 (ubuntu - 01/11/07)
Section: 3 (Bibliothèques de fonctions)
NAME
YAML::Loader - YAML class for loading Perl objects to YAMLSYNOPSIS
use YAML::Loader;
my $loader = YAML::Loader->new;
my $hash = $loader->load(<<'...');
foo: bar
...
DESCRIPTION
YAML::Loader is the module that YAML.pm used to deserialize YAML to Perl objects. It is fully object oriented and usable on its own.AUTHOR
Ingy döt Net <ingy@cpan.org>COPYRIGHT
Copyright (c) 2006. Ingy döt Net. All rights reserved.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>
Il faut pleurer les hommes à leur naissance et non pas à leur mort.
-+- Montesquieu -+-
-+- Montesquieu -+-
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre