Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: In need of a sequence iterator.

by !1 (Hermit)
on Dec 02, 2004 at 07:26 UTC ( [id://411674]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub genIterator {
        my ($len,$count) = @_;
    ...
        }
    
    }
    
  2. or download this
    my $iter = genIterator(4,3);
    print while defined($_ = $iter->());
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found