Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在の日付をdatetime形式でperlの変数にコピーする方法は?
現在の日付が 2013-05-30 であるとすると、値は変数にコピーされます
$time='2013-05-30 15:10:23'
perlでこれを行うにはどうすればよいですか?