scalar in perl

scalar in perl-1 example: @array = qw( zero one two three four five six seven eight nine ); # output the number of elements and the last index number print "There are ", scalar( @array ),       " elem
相关文章
相关标签/搜索