Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Turning a hash into a line of links

by johngg (Canon)
on Dec 13, 2006 at 10:19 UTC ( [id://589536]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -l
    #
    ...
       keys %sections;
    
    print for @sortedKeys;
    
  2. or download this
    DMA
    BKS
    ...
    FST
    MRA
    MSU
    
  3. or download this
    my %specials = (
       DMA => 2,
    ...
    
       map  { [$_, exists $specials{$_} ? $specials{$_} : 0] }
       keys %sections;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 13:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found