1YAML::Types(3) User Contributed Perl Documentation YAML::Types(3)
2
3
4
6 YAML::Types - Marshall Perl internal data types to/from YAML
7
9 $::foo = 42;
10 print YAML::Dump(*::foo);
11
12 print YAML::Dump(qr{match me});
13
15 This module has the helper classes for transferring objects,
16 subroutines, references, globs, regexps and file handles to and from
17 YAML.
18
20 Ingy doet Net <ingy@cpan.org>
21
23 Copyright (c) 2006, 2011-2012. Ingy doet Net. All rights reserved.
24
25 This program is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27
28 See <http://www.perl.com/perl/misc/Artistic.html>
29
31 Hey! The above document had some coding errors, which are explained
32 below:
33
34 Around line 250:
35 Non-ASCII character seen before =encoding in 'doet'. Assuming UTF-8
36
37
38
39perl v5.16.3 2012-07-13 YAML::Types(3)