in reply to How to get line ranges of subroutines from Perl source code

The only way I'm aware of is scanning for curlies in the source around the known limits.

You will need to ignore comments-lines and POD in between.

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re: How to get line ranges of subroutines from Perl source code