Query: yaml::types
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YAML::Types(3) User Contributed Perl Documentation YAML::Types(3)NAMEYAML::Types - Marshall Perl internal data types to/from YAMLSYNOPSIS$::foo = 42; print YAML::Dump(*::foo); print YAML::Dump(qr{match me});DESCRIPTIONThis module has the helper classes for transferring objects, subroutines, references, globs, regexps and file handles to and from YAML.AUTHORIngy dA~Xt Net <ingy@cpan.org>COPYRIGHTCopyright (c) 2006. 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.12.1 2010-01-03 YAML::Types(3)