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


YAML documentation  | view source Contained in the YAML distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    $::foo = 42;
    print YAML::Dump(*::foo);

    print YAML::Dump(qr{match me});

DESCRIPTION

Top

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

AUTHOR

Top

Ingy döt Net <ingy@cpan.org>

COPYRIGHT

Top


YAML documentation  | view source Contained in the YAML distribution.