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

Voronich's scratchpad

by Voronich (Hermit)
on Nov 22, 2011 at 19:12 UTC ( #939518=scratchpad: print w/replies, xml ) Need Help??

my $ossFingers = $obj->{sectors}->{$sector}->{numFingers}; for(my $j=0;$j<$ossFingers;$j++) { $currentSectorPower=$currentSectorPower + $obj->{sectors}->{$secto +r}->{$j}->{c2i}; $myc2i=$obj->{sectors}->{$sector}->{$j}->{c2i}; #print "Fingers= $myc2i\n"; push @part, $myc2i; } ## Append @part which contains c2i's with @hist, zero pad the rest if +fingers less than 8. push @hist, @part[0..$Fngs]; if ($ossFingers <= 8) { my $count = 8 - $ossFingers; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (4)
As of 2023-03-21 11:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?