this returns an array of arrays with a list of the 40 most recently updated blogs.
这个函数返回了40篇最近更新的博客列表的数组。
the plot subroutine of the gd::pie module expects an array of arrays (labels and data values).
pie模块的标绘子程序期望获得一批数组(标签和数据值)。
your problem is because you are defining an array of chars, not an array of arrays of chars (i. e. strings).
你的问题是因为你定义一个字符数组,而不是一个字符数组的数组(如字符串)。