In some project ( Mason ) there is a lot of perl modules (> 200). Really used only 5-10% from this code.
How i can look, which subroutines is used (or unused)?
In some project ( Mason ) there is a lot of perl modules (>
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In addition to choroba’s link, you can use a profiler to show what subroutines are called (how many times and how long they took):