Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

[emacs] RFC live formating / tidying while I type

by LanX (Saint)
on Sep 08, 2016 at 19:32 UTC ( [id://1171430]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my$scalar(1..10){print"$scalar"."txt";}
    
  2. or download this
    for my $scalar (1..10) {
       print"$scalar"."txt";
    }
    
  3. or download this
    (defun my-indent-block ()
      "reindent surroundig expression"
    ...
       )
     )
    
  4. or download this
    my $a           =  {
             a      => 1,
    ...
                  c => 3,
                 }
            };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://1171430]
Approved by marto
Front-paged by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-25 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found