in reply to Script to list out the functions of a C file

While Corion and marto already gave you good advice which was Perl-specific as you asked, I'd like to point out that if the Python Lex and Yacc are equivalent to an actual lex and yacc then the shortcoming in parsing C probably isn't your choice of tools. You may want to try gaining a deeper understanding of how to use them, even if that means taking what you learn doing it in Perl back to the Python tools.
  • Comment on Re: Script to list out the functions of a C file