Hello again,

It's look like I asked a wrong question here. My problem is that I know how
to use, for examle, pod2html to generate .html file from .pm file. What I
need is to know, is it's possible to generate recursively documentation for
the whole library using only one call of pod2html. I.e. I want to run
pod2html (or pod2pdf or whatever) only once and get the whole bunch of
documentation files generated, with correct hyperlinks. Of course I coud
write a perl script or shell to implement this, but it's not an answer I'm
looking for.

So could anybody provide me with correct systax for pod2html call? 

TIA, 
Tim

-----Ursprüngliche Nachricht-----
Von: $Bill Luebkert [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 23. Juli 2003 19:33
An: EXTERN Chakirov Timour (TZ CIS; DS/ESQ3)
Betreff: Re: [Perl-unix-users] How to use pod2... to recursevly generate
perl documentation ?


EXTERN Chakirov Timour (TZ CIS; DS/ESQ3) wrote:

> This message was by mistake first sent to Perl-XML mailing list. I think
> this is a more correct place for it.
> 
> -----Ursprüngliche Nachricht-----
> 
> Hello All,
> 
> Could anybody help me to generate, for example, html pages for XML::LibXML
> library?
> 
> So I'm in ~/lib/perl5/site_perl/5.8.0/sun4-solaris/XML and I want to
> generate files LibXML.html, LibXML/DOM:html and so on...
> 
> Any ideas?

Assuming they are embedded in pod:

You can use pod2html in bin dir which is basically:

        use Pod::Html;
        pod2html @ARGV;

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic
http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (Free site for
Perl/Lakers)


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to