Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Organizing data from a hash (updated)

by haukex (Archbishop)
on Dec 01, 2020 at 17:13 UTC ( [id://11124464]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $string = join ",", sort map { $_->{cat_name} } values %$VAR1;
    
  2. or download this
    use warnings;
    use strict;
    ...
    }
    my $string = join ",", map { $data->{$_}{cat_name} }
        $g->topological_sort;
    

Log In?
Username:
Password:

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

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

    No recent polls found