Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Specific hash to array conversion query

by monarch (Priest)
on Jul 12, 2005 at 02:17 UTC ( [id://474152]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %properties = ( if_mac => { 0 => { value => '00:11:1A:F2:E1:92',
                                       fixed => 0
    ...
                                      },
                               }
                    );
    
  2. or download this
    my @values = ( [ 'if_mac', 0, '00:11:1A:F2:E1:92' ],
                   [ 'if_mac', 1, '00:11:1A:F2:E1:93' ],
                   [ 'if_ip', 0, '132.181.30.3' ],
                   [ 'if_ip', 1, '132.181.30.4' ]
                   );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://474152]
Approved by GrandFather
Front-paged by planetscape
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-23 16:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found