in reply to Extract subroutines from a Perl script. OR: "Only perl can parse Perl." But can it help me to do so?

Text::Balanced does a pretty good job. Parse::RecDescent uses it to extract Perl action blocks from a grammar.
  • Comment on Re: Extract subroutines from a Perl script. OR: "Only perl can parse Perl." But can it help me to do so?