Jenda Krynicky wrote:
From: "JupiterHost.Net" <[EMAIL PROTECTED]>
Is there an easy way to view the POD from a local module in a browser to see what it will look like in CPAN?
I would generate the HTML file by the pod2html script and then look at the created file.
pod2html --infile=The/Module.pm --outfile=The/Module.html
The trick is, if I do that the html is the pod for pod2html.
It doesn't seem to like .pm files, only .pod :(
I will continue to play around with it, thanks Jenda you rock as usual :)
You may need to play with the other options if the module docs try to reference other modules.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
