Apache2::PodBrowser

Show your POD in a browser
Download

Apache2::PodBrowser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Torsten Fortsch
  • Publisher web site:
  • http://search.cpan.org/~cmungall/

Apache2::PodBrowser Tags


Apache2::PodBrowser Description

Show your POD in a browser Apache2::PodBrowser is yet another mod_perl2 handler to view POD in a HTML browser.Direct ModeApache2::PodBrowser can run in direct and perldoc modes. In direct mode apache takes care of the URI to filename translation. So, $r->filename points to a regular file when the request hits Apache2::PodBrowser's handler. Use this mode if your POD files are installed in one directory tree which is accessible through the WEB server. You'll perhaps need an additional directory index handler.Perldoc ModeIn perldoc mode you specify a Location where the handler resides. If you append a module name to the location URL as in http://localhost/location/Apache2::PodBrowseryou'll get its documentation.Usually you want to use perldoc mode. It allows you to access PODs at their natural locations. On the downside, it is of course a bit slower.IndexesAlso in perldoc mode, there are 2 indexes available, one of all installed modules and scripts that come with POD and one of built-in functions and variables.The the handler location itself shows the module index: http://localhost/location/If a single question mark ? is given as CGI keyword the function and variable index is shown: http://localhost/location/??Don't worry you don't have to remember all these URLs. The pages are properly linked together. Requirements: · Perl


Apache2::PodBrowser Related Software