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 . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website 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 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.