Created
May 18, 2012 17:17
-
-
Save karronoli/2726512 to your computer and use it in GitHub Desktop.
Hello PPI for POD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use strict; | |
use warnings; | |
use utf8; | |
=DESCRIPTION | |
あいうえお | |
=cut | |
use Data::Dumper; | |
use PPI::Document; | |
my $Document = PPI::Document->new(__FILE__); | |
my $nodes = $Document->find('PPI::Token::Pod'); | |
=head1 Dumper | |
ほげ | |
=over | |
=item * アイテム | |
=back | |
=cut | |
print Dumper $nodes; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment