Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: pod2html --recurse

by LanX (Saint)
on Jul 08, 2016 at 19:11 UTC ( [id://1167479]=note: print w/replies, xml ) Need Help??


in reply to pod2html --recurse

what exactly did you call? did you specify podroot and podpath?

from pod2html

recurse
 
      --recurse
 
Recurse into subdirectories specified in podpath (default behaviour).

and podpath says

podpath
 
      --podpath=name:...:name
 
Specify which subdirectories of the podroot contain pod files whose HTML converted forms can be linked-to in cross-references.

I seem to remeber that the files you mentioned are meant for cross-references.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re^2: pod2html --recurse
by KeighleHawk (Scribe) on Jul 08, 2016 at 19:35 UTC
    pod2html --htmlroot=/var/www/html --podroot=. --recurse --verbose --po +dpath=bin:tests

    The above command just appears to hang for a really long time, presumably waiting for input.

    pod2html --htmlroot=/var/www/html --podroot=. --recurse --verbose --po +dpath=bin:tests --infile=index.pod --outfile=index.html

    creates just one html file (as expected) and does not chase links to create linked html files (as would be nice). It also creates the tmp files.

    bin and tests are subdirectories of '.' and have perl scripts, modules, pod files and other files (sample templates, etc) all with perlpod in them.

    P.S. New discovery for me; the first command IS waiting for input. You can type in random perlpod, then ^d breaks you out of it and outputs to stdout.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1167479]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 03:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found