Hi,
小弟不常使用perl
顶多是抓模拟档案的结果时
拿别人写的程式来改关键字而已
目前想说要自学让自己可以建立想要的功能
所以问题可能很笨
现在有个疑问是print跟return有什么不同?
查到一个说法是
print prints its argument(s) to the current filehandle.
return returns its argument(s) to the caller of the sub.
意思是return多数是用在sub建立的函数中吗
是否是在多层判断或循环时才有差异?(还没学到那)
谢谢