in reply to Re^2: Speeding up RecDesent parser for Perl Codein thread Speeding up RecDesent parser for Perl Code
my @packages = PPI::Document->new('filename.pm') ->find('PPI::Statement::Package'); [download]