yaml::dumper(3pm) debian man page | unix.com

Man Page: yaml::dumper

Operating Environment: debian

Section: 3pm

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

NAME
YAML::Dumper - YAML class for dumping Perl objects to YAML
SYNOPSIS
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 dA~Xt Net <ingy@cpan.org>
COPYRIGHT
Copyright (c) 2006, 2011-2012. Ingy dA~Xt 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> perl v5.14.2 2012-04-18 YAML::Dumper(3pm)
Related Man Pages
yaml::node(3) - suse
jifty::dbi::filter::yaml(3pm) - debian
log::handler::plugin::yaml(3pm) - debian
padre::plugin::yaml::document(3pm) - debian
template::plugin::yaml(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections