in reply to Re: Class Browser for Perl
in thread Class Browser for Perl

I had actually perused the thread referred to in the last post, and it mainly contains references to visualization tools and not code editing/browsing tools.

-SGS

Replies are listed 'Best First'.
Re^3: Class Browser for Perl
by frayoyo (Monk) on Oct 23, 2008 at 12:17 UTC

    Another dependency-list tool - and not really a gui - is scandeps.pl from Module::ScanDeps, which is used in PAR-Packer.
    For example I use

    scandeps.pl $(perldoc -l CGI)

    on my commandline to find CGI module-dependencies and perldoc -m CGI to list contents of a module, here CGI.