gpt4 book ai didi

perl - 在 Perl 中获取 Epoch 毫秒的最佳方法是什么?

转载 作者:行者123 更新时间:2023-12-02 03:47:40 25 4
gpt4 key购买 nike

在 Perl 中获取 Epoch-Seconds(时间戳)很容易:

time

但是毫秒是怎么回事?最有效的方法似乎是 time*1000,但这并不像我想要的那么准确。除了 @perldoc 记录的长期术语之外,还有什么好的提示吗?

最佳答案

Time::HiRes模块可以直接替代时间

$ perl -E 'say time'
1298827929
$ perl -MTime::HiRes=time -E 'say time'
1298827932.67446

您可以read more in the perl FAQ

perldoc -q "How can I measure time under a second"

关于perl - 在 Perl 中获取 Epoch 毫秒的最佳方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5134579/

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