in reply to Class Browser for Perl

project structure / class browser for Perl?
CPANXR

Replies are listed 'Best First'.
Re^2: Class Browser for Perl
by saragwyn (Novice) on Oct 23, 2008 at 00:30 UTC
    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

      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.