Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: .vimrc for perl programmers

by tinita (Parson)
on Mar 30, 2006 at 15:27 UTC ( [id://540188]=note: print w/replies, xml ) Need Help??


in reply to Re: .vimrc for perl programmers
in thread .vimrc for perl programmers

imap <F3>  use Data::Dumper; warn Dumper(  );^[hhi
after several years of using Dumper() like this i wrote a much more useful macro (see my other post).
forgetting Dumper() statements in code and finding the right ones to comment out can be really annoying. by using the Dump() method and variable names (Data::Dumper->Dump([\$test], ['test'])) you can debug much more sophisticated.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://540188]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-24 14:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found