How could I pass whole piddles as arguments to avoid looping like:

for $i (0..10000) {

$result($i) .= average($intensity(which($x == $color($i) & $y >
$contrast($i) )))

}


here, $result, $color & $contrast hold the same size, and $intensity, $x
and $y hold the same size.


Cheers,
Kare
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to