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)