Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by coolmichael (Deacon)
on Mar 25, 2005 at 02:33 UTC ( [id://442272]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (defun perl-dbg ()
      "Insert a debugging print statement"
    ...
      (search-backward "[ "))
    
    (global-set-key "\C-c\C-p" 'perl-dbg)
    
  2. or download this
    use Data::Dumper qw( Dumper );
    warn Dumper [ ];
    
  3. or download this
    (defun perl-dbg (name)
      "Insert a debugging print statement"
    ...
      (insert "use Data::Dumper qw( Dumper );\nwarn Dumper ")
      (insert name)
      (insert ";\n"))
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found