【perl】清空一个数组

4937阅读 0评论2011-12-04 正愚
分类:Python/Ruby

$#a=-1;
@a=();
undef @a;
上一篇:将子网掩码表示的IP转换为IP起始范围
下一篇:【perl】ping一个或者多个IP段地址