in reply to Searching your code

Did you have a look at ctags. It may be very useful for you, as it creates an index of language objects, and then help you to navigate through them with your favorite text editor (for example, it helps you finding a subroutine code when you see it called, even if it is defined anywhere else)

For a simpler and more perlish specific tool, have a look at ptags.


--
zejames