Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: How would you indent this?

by choroba (Cardinal)
on Mar 18, 2021 at 10:24 UTC ( [id://11129901]=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 => 'skip', name => 'SKIP',       class => 'skip-c
    +ode'},
                    {key => 'co',   name => 'Suggestion', class => 'skip-c
    +ode'},
                    {key => 'disc', name => 'Discussion'});
    
  2. or download this
    my @headings = (
        {
    ...
        },
    ...
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (1)
As of 2024-04-19 18:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found