#!/bin/perl
use POSIX;
print strftime("%Y-%m-%d %H:%M:%S", localtime);

相关文章: