Re: any perl tool to create a flow of perl scripts



iarunkumar@xxxxxxxxx wrote:
We have hundreds of perl scripts being used. It's hard to debug and
don't know the flow like which one is calling which. Is there any tool
that creates a flow chart like giving a visual view of multiple perl
scripts.

Autodia will help you to analyse individual scripts and the modules they use. If your applications aren't modularized at all then this is going to be of limited value.

Mark
.