I have a POD document. Now, I want to convert that POD to a parsed section like usage/description and get it in a string.
Why not pod2usage
?
This doesn't help me to get the output in string but in STDOUT/file. I am stressing on the point "getting it in string", because I want to display the POD in "pages" if the length exceeds screen length. pod2usage
doesn't print them in pages :(
Can somebody tell me which module to use for this purpose?