Re: Perl scope like cscope

2013-04-26 Thread shawn wilson
Yeah, I was going to suggest ctags. If you're using vim there's no good plugin for ctags (you'll try and I couldn't blame you but when vim starts blowing up make that the first plugin you disable). On Apr 26, 2013 4:13 AM, "Luca Ferrari" wrote: > I use Emacs, so etags seems a natural choice for j

Re: Perl scope like cscope

2013-04-26 Thread Luca Ferrari
I use Emacs, so etags seems a natural choice for jumping across code. Luca -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Perl scope like cscope

2013-04-26 Thread Natal Ngétal
On 04/25/13 10:18, Jovan Trujillo wrote: > I was just browsing through ack the other day. Have you checked that out? Same here I use a Vim plugin ack. -- \0/ Hobbestigrou site web: erakis.im -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h..

Re: Perl scope like cscope

2013-04-25 Thread WFB
gt; to read and write code). > > > > - Original Message - > From: kavita kulkarni > To: beginners@perl.org > Cc: > Sent: Thursday, 25 April 2013 8:32 PM > Subject: Perl scope like cscope > > Hi, > This could be naive. > I use perl on linux and find

Re: Perl scope like cscope

2013-04-25 Thread senthil kumar
I too looking for this... and later on moved to Padre, the Perl IDE (easy to read and write code). - Original Message - From: kavita kulkarni To: beginners@perl.org Cc: Sent: Thursday, 25 April 2013 8:32 PM Subject: Perl scope like cscope Hi, This could be naive. I use perl on linux

Re: Perl scope like cscope

2013-04-25 Thread Jovan Trujillo
I was just browsing through ack the other day. Have you checked that out? Ack: http://beyondgrep.com/ - Jovan On Thu, Apr 25, 2013 at 8:02 AM, kavita kulkarni wrote: > Hi, > This could be naive. > I use perl on linux and find it difficult to navigate quickly through the > scripts. > I wonder i

Perl scope like cscope

2013-04-25 Thread kavita kulkarni
Hi, This could be naive. I use perl on linux and find it difficult to navigate quickly through the scripts. I wonder if there is something like cscope (which is very handy to navigate C code.) What are the standard practises in perl apart from normal grep or find like utilities? Any pointers wil