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

Re^2: Desparately seeking a bilingual vim/Emacs expert

by TheDamian (Vicar)
on Mar 24, 2005 at 19:50 UTC ( [id://442175]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (defun perl-dbg (name)
      "Insert a debugging print statement"
      (insert "use Data::Dumper qw( Dumper );\nwarn Dumper [ ]\n")
      (search-backward "[ ")
    
  2. or download this
     '(cperl-close-paren-offset -4)
    
  3. or download this
     '(cperl-continued-statement-offset 2)
    
  4. or download this
     '(cperl-indent-level 4)
    
  5. or download this
     '(cperl-indent-parens-as-block t)
    
  6. or download this
     '(cperl-label-offset 0)
    
  7. or download this
     '(cperl-tab-always-indent t)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found