in reply to Re^2: integer operationsin thread integer operations
my @integers = 1..50000; print $integer[15/2]; [download]