I am setting up my perl developing environment. I used the cscope/ddd/emacs for my C/C++ development. Applying ddd/emacs to perl is piece of cake. But I can't find any information about how to use cscope for perl. In the cscope wikipage (http://en.wikipedia.org/wiki/Cscope) I did find the following claim:
cscope is often used to search content within C or C++ files, but it can be used to search for content in other languages such as Java, Python, PHP and Perl.
Does any of your gurus know how to use cscope with perl?
Thanks;