I need to test Perl Application ( File operation , Data base operation..etc ) . I am looking for some profile tool for Perl code
is there any tools for Perl Code P
Just like with debugging, profiling is a task best done by the perl interpreter itself
This website will give you an overview of using the -d:DProf argument to the interpreter, and how to use it.
-d:DProf