in reply to PPM and Perldoc

Hi, May be you would like to use this modules document manager: http://www.bahnhof.se/~johanl/perl/Oasis/ .

Replies are listed 'Best First'.
Re: Re: PPM and Perldoc
by jplindstrom (Monsignor) on Jul 29, 2003 at 21:18 UTC
    I'm just gonna have to upvote that node of yours :)

    Quickstart: one way you could work with Perl Oasis is that you load the script/module file in Oasis and it lists all used (and inherited) modules. Double click on a module name and Oasis will open it and display the POD for that module.

    Using UltraEdit, gVim PFE or EditPlus makes it even easier, because Oasis can determine the current file and you can click a toolbar to load it into Oasis.

    That, or you can just type "perldoc Module::Name" in a DOS window, that works fine most of the time as well :)