Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Sort hash with values

by 2teez (Vicar)
on Jun 23, 2013 at 15:59 UTC ( [id://1040330]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      map  { /\.([0-9]+)$/; [ $_, $1 ] } keys %ip_store;
    
    print $ip_store{$_}, $/, $_, $/ for @ip_data;
    
  2. or download this
    UEH1_system_ip
    11.0.0.1
    ...
    11.0.0.11
    UEH111_system_ip
    11.0.0.25
    

Log In?
Username:
Password:

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

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

    No recent polls found