Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

How would you indent this?

by no longer just digit (Beadle)
on Mar 18, 2021 at 00:53 UTC ( [id://11129870]=perlquestion: 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-code'},
        {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: perlquestion [id://11129870]
Approved by marto
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found