To get similar but locale-dependent date strings, try for example: use POSIX qw(strftime); my $now_string = strftime "%a %b %e %H ...
確定! 回上一頁