Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Hash Problem

by Wonko the sane (Deacon)
on Mar 05, 2004 at 23:03 UTC ( [id://334402]=note: print w/replies, xml ) Need Help??


in reply to Re: Hash Problem
in thread Hash Problem

I have OCD related to while loops and hash assignments. Also a liking of maps, to an unhealthy level. :P

I always liked this syntax better for stuff like this.

%h = map { chomp $_; split( ',', $_, 2 ) } <DATA>; # or %h = map { /^([^,]+)\s*,\s*([^\n\r,]+)/ } <DATA>;

Wonko

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-20 04:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found