Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: How to code this?

by GrandFather (Saint)
on Nov 15, 2011 at 03:00 UTC ( [id://938071]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/lib/perl
    use strict;
    ...
        print "Pool @pool sum (added @new): $poolSum\n";
        shift @pool while @indexes && @pool && $pool[0] + $kPoolSpan < $in
    +dexes[0];
    }
    
  2. or download this
    Pool 3 4 sum (added 3 4): 5
    Pool 4 6 sum (added 6): 11
    Pool 6 7 8 sum (added 7 8): 35
    Pool 11 sum (added 11): 45
    

Log In?
Username:
Password:

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

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

    No recent polls found