Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
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 goofing around in the Monastery: (3)
As of 2024-10-08 23:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (44 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.