Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Recursively-generated Iterators

by kelan (Deacon)
on May 19, 2005 at 21:01 UTC ( [id://458789]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub choose_n_iter {
        my @todo = [ shift, [ @_ ], [] ];
    ...
            return;
        };
    }
    
  2. or download this
    sub choose_n_iter {
        my @todo = [ shift, [ @_ ], [] ];
    ...
            return;
        };
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found