Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Yet more While issues

by Dandello (Monk)
on Mar 16, 2011 at 22:04 UTC ( [id://893649]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    else {
       my $pos = -1;
    ...
       my $offset = $cPosns[rand @cPosns];
       $cell = sprintf '%.2f', popnum3( $x, $y, $copycop, $offset, );
    }
    
  2. or download this
    sub popnum3 {
        my ( $x, $y, $z, $offset ) = @_;
    ...
        }
        return $aob[$x][$y];
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found