in reply to Meta-perl - sorting my perl subs with perl?

PPI and here is an example from StackOverflow: How can I write a Perl script to extract the source code of each subroutine in a Perl package?
  • Comment on Re: Meta-perl - sorting my perl subs with perl?

Replies are listed 'Best First'.
Re^2: Meta-perl - sorting my perl subs with perl?
by Syndaryl (Initiate) on Jan 23, 2012 at 15:44 UTC
    Hey, that's another facepalmingly-simple solution too. Thanks!