in reply to Fastest way to turn coordinate list into array
my @poly = map [ ( split /,/ )[ 0, 1 ] ], split ' ', $coords; [download]