in reply to wishlist: static analysis of perl modules

CPAN is your friend :) I've found these modules:

There also some nodes here at the Monastery:

Ciao, Valerio

update: added some links. For the women part look at Sex Tips For Geeks: How To Be Sexy and for the ironing: Extreme Ironing :)))

  • Comment on Re: wishlist: static analysis of perl modules

Replies are listed 'Best First'.
Re: Re: wishlist: static analysis of perl modules
by dash2 (Hermit) on Feb 23, 2003 at 17:04 UTC
    Hi Valerio

    yes, I know about DProf, but I was looking for static analysis. DProf requires you to run the code, it then profiles it and you can look at e.g. which subroutines are slowest. It can also print out a subroutine call tree, however, I don't know that there are any ways of limiting this call tree to only show "my" code (not code from external modules I am using.)

    While I'm on the subject, one more wish I forgot: use everywhere; - a way to import stuff to all my namespaces. Useful for quick development, e.g. use everywhere 'Data::Dumper', qw/Dumper/;

    dave hj~