我在Perl中的问题是: Perl脚本将读取文本(没有标点符号或数字),并打印出一个有序的单词列表以及每个单词在文本中出现的次数。我的脚本是:@names = qw(My name is Ashok Rao and I am the son of Shreesha Rao and Shailaja Rao);of = 1
name =
我的代码执行拆分命令,如下所示:现在,将Description中的单个单词放入数组中,我希望根据每个单词的字符串长度对数组进行排序。例如,如果Description等于"this is a example of a description“,那么我的数组值是this,is,an,example,of,a,description,对吗但我希望对数组进行排序</e