|
可以使用子程序的名字(带有&)来调用子程序◆:
◆通常有括号,即便参数为空。子程序将继承调用者的@_的值,这会马上讨论。因此不要在这里停止,否则程序可能和你预期的行为不同。
&marine; #输出Hello, sailor number 1!
&marine; #输出Hello, sailor number 2!
&marine; #输出Hello, sailor number 3!
&marine; #输出Hello, sailor number 4!
通常,我们说调用(invocation)是指调用子程序(call the subroutine)。 |
|