NAME
Data::Dmp::Org - Dump Perl data structures as Org document
VERSION
This document describes version 0.01 of Data::Dmp::Org (from Perl
distribution Data-Dmp-Org), released on 2014-10-21.
SYNOPSIS
use Data::Dmp::Org; # exports dd() and dmp()
dd [1, 2, 3];
DESCRIPTION
This is an experiment module to generate Org document that represents
Perl data structure. The goal is to view it in Emacs or equivalent Org
editor/viewer.
FUNCTIONS
dd($data, ...) => $data ...
Dump data as Org to STDOUT. Return original data.
dmp($data, ...) => $str
Return dump result as string.
SEE ALSO
Data::Dmp
HOMEPAGE
Please visit the project's homepage at
<https://metacpan.org/release/Data-Dmp-Org>.
SOURCE
Source repository is at
<https://github.com/perlancar/perl-Data-Dmp-Org>.
BUGS
Please report any bugs or feature requests on the bugtracker website
<https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Dmp-Org>
When submitting a bug or request, please include a test-file or a patch
to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.