Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Voronich's scratchpad

by Voronich (Hermit)
on Nov 22, 2011 at 19:12 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-03-28 13:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found