Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: iterators: traversing arbitrary data structure

by CaMelRyder (Pilgrim)
on Jan 12, 2006 at 04:55 UTC ( [id://522618]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub recIterate{
       my $ref = shift;
    ...
    }
    
  2. or download this
    #you will need to define your own mutator function
    sub someFunc{ #removes tabs
    ...
    %nDimHash; #this might be a HoAoHoAoAoAoS or whatever;
    %nDimHash = recIterate(\%recIterate, \&someFunc);
    
  3. or download this

Log In?
Username:
Password:

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

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

    No recent polls found