Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Problems with looping through an array

by gmax (Abbot)
on May 27, 2004 at 10:34 UTC ( [id://356855]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
                     ]
            };
    
  2. or download this
    print "$_ => (@{$items{$_}})\n" for sort keys %items ;
    __END__
    ...
    3 => (14 15)
    4 => (16 17 18 19 20)
    5 => (21 22 23 24)
    

Log In?
Username:
Password:

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

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

    No recent polls found