in reply to Re^3: regexp for finding all function calls
in thread regexp for finding all function calls

Ok, thanks.

Do you have any good examples for me to look at? Would I be using PPI::Statement::Expression?
  • Comment on Re^4: regexp for finding all function calls

Replies are listed 'Best First'.
Re^5: regexp for finding all function calls
by moritz (Cardinal) on Jul 07, 2009 at 22:46 UTC
    I haven't done much with PPI, but I know that Perl::Critic uses it extensively, so in the source code you'll find many usage examples.

    There are also some examples exaxmples here on perlmonks. Searching helps.