gpt4 book ai didi

perl - 为什么这个 Perl 函数会返回一个值?

转载 作者:行者123 更新时间:2023-12-04 13:02:33 25 4
gpt4 key购买 nike

   $hi = do_this('asdf');

sub do_this
{
$blob{'f'} = {
'k' => 'j'
};
}

print $hi->{'k'};
# prints j

由于 do_this 不返回任何内容,它如何仍然打印 j?

最佳答案

http://perldoc.perl.org/functions/return.html

In the absence of an explicit return, a subroutine, eval, or do FILE automatically returns the value of the last expression evaluated

关于perl - 为什么这个 Perl 函数会返回一个值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3790098/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com