[问题] 新手提问

楼主: psylove5566 (甜小蜜)   2013-05-22 20:19:29
麻烦各位大大指教
程式码如下:
while(<T>) { @A = split(" ", $_);
$phone = shift @A;
$pos = shift @A;
$tree{$phone,$pos} = join(" ", @A);
}
如果输入字串为"A B C D",则phone=A,pos=B,tree{A,B}=C D,请问这是对的吗??
还有请问while括号中的<T>是什么意思?
作者: CCWck (干嘛要暱称)   2013-05-22 22:38:00
程式码不完全吧?<T> 可能是stdin的input
楼主: psylove5566 (甜小蜜)   2013-05-23 00:09:00
了解了,谢谢

Links booklink

Contact Us: admin [ a t ] ucptt.com