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

Re^2: “A meeting at the Liquor-Vodka Factory”, or… same ARRAY questions again?!!

by graff (Chancellor)
on Sep 06, 2006 at 06:19 UTC ( [id://571379]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $nextidx = $asize / 2; my $nextinc = $nextidx / 2;
    
  2. or download this
    my $nextidx = int($asize / 2); my $nextinc = int($nextidx / 2);
    

Log In?
Username:
Password:

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

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

    No recent polls found