1YAML::Types(3)        User Contributed Perl Documentation       YAML::Types(3)
2
3
4

NAME

6       YAML::Types - Marshall Perl internal data types to/from YAML
7

SYNOPSIS

9           $::foo = 42;
10           print YAML::Dump(*::foo);
11
12           print YAML::Dump(qr{match me});
13

DESCRIPTION

15       This module has the helper classes for transferring objects,
16       subroutines, references, globs, regexps and file handles to and from
17       YAML.
18

AUTHOR

20       ingy döt Net <ingy@cpan.org>
21
23       Copyright 2001-2014. Ingy döt Net
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
30
31
32perl v5.32.0                      2020-07-28                    YAML::Types(3)
Impressum