博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
perl 获取目录时间_如何在Perl中获取纪元时间戳?
阅读量:2514 次
发布时间:2019-05-11

本文共 290 字,大约阅读时间需要 1 分钟。

perl 获取目录时间

In Perl, how to get the , the number of seconds passed since the epoch?

Perl中 ,如何获取 ,即自新纪元以来经过的秒数?

In Perl, to get the epoch time, call the function:

Perl中 ,要获取纪元时间,请调用函数:

my $ts = time

Example:

例:

$ perl -e ' time . "n"'1491473202
Answered by dtivl.
dtivl回答。

翻译自:

perl 获取目录时间

转载地址:http://yqowd.baihongyu.com/

你可能感兴趣的文章
20165309 实验四 Android程序设计
查看>>
团队博客目录
查看>>
linux的启动流程
查看>>
摩尔斯电码(Morse Code)Csharp实现
查看>>
C#NULL条件运算符
查看>>
使用GZIP压缩网页内容(一)
查看>>
《深入浅出MFC》第二章 C++的重要性质
查看>>
关于智能硬件设备shell安全设计
查看>>
homework1
查看>>
3选择结构程序设计
查看>>
Python学习 12day__高级语法
查看>>
关于做产品的一点思考
查看>>
超大地形的处理 (Terrain Visualization)【转自知乎】
查看>>
html知识2
查看>>
Python—面向对象01
查看>>
Android DDMS ADB Hierarchy Viewer Lint
查看>>
Linux命令学习(5):more和less
查看>>
Linux 三剑客之sed命令总结
查看>>
倒计时
查看>>
36.Altium Designer(Protel)网络连接方式Port和Net Label详解
查看>>