anek77713 has asked for the wisdom of the Perl Monks concerning the following question:

Hey everyone!

I have to parse a book: https://github.com/timurn/modern_perl_book/tree/master/sections

And then be able to save it in different formats (HTML,PDF,...)

I'm doing my best, and don't get it, how does this Pod::PseudoPod work :( any help ? Tutorial? Or some words that will guide me how to understand this PseudoPod... :(((

Replies are listed 'Best First'.
Re: Pod::PseudoPod, Help :(
by marto (Cardinal) on Jul 15, 2013 at 10:28 UTC
Re: Pod::PseudoPod, Help :(
by mtmcc (Hermit) on Jul 15, 2013 at 10:24 UTC
    This tutorial should be helpful.

    -Michael

Re: Pod::PseudoPod, Help :(
by rjt (Curate) on Jul 15, 2013 at 10:26 UTC

    The author/publisher already provide these versions:

    http://www.onyxneon.com/books/modern_perl/index.html

    You'll find links for PDF (letter or A4) and HTML about halfway down the page. I won't deep link to the files, as there is important information on the linked page.

Re: Pod::PseudoPod, Help (modern_perl_book)
by Anonymous Monk on Jul 15, 2013 at 10:36 UTC
      I know... But I need to write my own scripts, different from those on github

        Why?