in reply to Decimal numbers calculations done inconsistently: Odd behavior!
($open, $high, $low, $close) = map { s/\.//; $_; } @arr[3, 4, 5, 6]; [download]