($start, $end) = split /:/, chomp(); @array = ($start..$end); print @array;