in reply to Re^2: Parse POD of a method from perl module
in thread Parse POD of a method from perl module
As mentioned ready-to-use solutions expect you to follow certain conventions!
But a simple perl-script to parse everything between =head1 NAME and =cut is straight forwardly implemented with a flip-flop range and easily adapted if your format has variations (different conventions¹)
Cheers Rolf
( addicted to the Perl Programming Language)
¹) e.g are you aware that your example is "invalid" POD b/c of missing empty lines?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Parse POD of a method from perl module
by perlUser9 (Novice) on May 13, 2014 at 23:15 UTC |