in reply to Simple Parsing of JavaScript function names using Parse-RecDescent

Update

For the "My code to print the output is very ugly" comment, I have found that Data::Dumper works quite well... Of course, I ultimately want just one flat array passed, with each element in the array to be the function name (I don't want any arrays within the arrays)... This most likely has to do with what I'm returning...

  • Comment on Re: Simple Parsing of JavaScript function names using Parse-RecDescent