Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Hash Question

by state-o-dis-array (Hermit)
on Jan 10, 2011 at 22:23 UTC ( [id://881553]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @ACCTS = ("1234", "5678", "6959");
    open(IN,"InFile.txt");
    ...
         }
      }
    }
    
  2. or download this
    @ACCTS = ("1234", "5678", "6959");
    open(IN,"InFile.txt");
    ...
    foreach $key (sort keys %acct){
       print "$key,$acct{$key}[0]\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-29 13:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found