Rechercher une page de manuel
YAML::Dumper.3pm
Langue: en
Version: 2006-07-01 (ubuntu - 01/11/07)
Section: 3 (Bibliothèques de fonctions)
NAME
YAML::Dumper - YAML class for dumping Perl objects to YAMLSYNOPSIS
use YAML::Dumper;
my $dumper = YAML::Dumper->new;
$dumper->indent_width(4);
print $dumper->dump({foo => 'bar'});
DESCRIPTION
YAML::Dumper is the module that YAML.pm used to serialize Perl objects to YAML. 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>
- A BaC DE FoG, HI !
- Je KLM ?
- NO, PiQuReS.
- TU VW ?
- oXYdeZ !
-- Graner, Nicolas
- Je KLM ?
- NO, PiQuReS.
- TU VW ?
- oXYdeZ !
-- Graner, Nicolas
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre