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

Re^2: How would you indent this? (cperl-indent-region)

by LanX (Saint)
on Mar 18, 2021 at 16:19 UTC ( [id://11129913]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @headings = (
                    [key => 'k', name => 'Kanji', class => 'kanji' ],
    ...
                    [key => 'co', name => 'Suggestion', class => 'skip-cod
    +e'],
                    [key => 'disc', name => 'Discussion'],
                   );
    
  2. or download this
    my @headings =
      (
    ...
        key => 'disc', name => 'Discussion'
       },
      );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-25 14:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found