1YAML::Types(3) User Contributed Perl Documentation YAML::Types(3)
2
3
4
6 YAML::Transfer - 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, subrou‐
16 tines, references, globs, regexps and file handles to and from YAML.
17
19 Ingy döt Net <ingy@cpan.org>
20
22 Copyright (c) 2006. Ingy döt Net. All rights reserved.
23
24 This program is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
27 See <http://www.perl.com/perl/misc/Artistic.html>
28
29
30
31perl v5.8.8 2006-06-30 YAML::Types(3)