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

(tye)Re: Idiom for looping thru key/value pairs

by tye (Sage)
on May 26, 2001 at 00:33 UTC ( [id://83420]=note: print w/replies, xml ) Need Help??


in reply to Idiom for looping thru key/value pairs

my @subs= @$_[ map { 2*$_ } 0..$#$_/2 ] for $self->{_subfields}; my @sups= @$_[ map { 1+2*$_ } 0..$#$_/2 ] for $self->{_subfields};
        - tye (but my friends call me "Tye")

Log In?
Username:
Password:

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

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

    No recent polls found