Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: How to copy an array to a hash?

by olus (Curate)
on Jan 11, 2008 at 12:31 UTC ( [id://661869]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    PASSWORD = "password"
    SYSTEM_NAME = "WfProcMgr"
    
  2. or download this
    srvmngr -g gateway server name -s user -.....
    
  3. or download this
    map{ $_ =~ /(\w*)\s*=\s*(.*)\n/; $conf{$1} = $2; } grep /=/, @data;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-23 05:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found