* 日付処理 [#ce07dd43]
 use POSIX 'strftime';
 
 my $now = strftime "%Y/%m/%d %H:%M:%S", localtime;
 print $now, "\n";

 use Time::Local
 $time = timelocal($sec,$min,$hour,$mday,$mon,$year); # 2000年7月 => $year=100 $mon=6


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS