Chinaunix

标题: 数组赋值问题? [打印本页]

作者: choose2005    时间: 2007-09-14 17:37
标题: 数组赋值问题?
@ttt = (sort numerially @tt);
push (@locloc,[ @ttt ]);

为什么 @locloc 里 什么都没有?
作者: flw    时间: 2007-09-14 17:40
use Data::Dumper;

print Dumper( \@locloc );
作者: choose2005    时间: 2007-09-14 22:40
我试了,还是不行
为什么?是不是我的perl 没装 Data:umper模块




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2