Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Introducing spaces between the values in a hash of hashes

by Kenosis (Priest)
on Jan 24, 2014 at 21:17 UTC ( [id://1072002]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for ( sort keys %h2 ) {
        print "$_: @{[values %{$h2{$_}}]}\n";
    }
    
  2. or download this
    courses: open full open
    roster: history math biology
    

Log In?
Username:
Password:

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

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

    No recent polls found