エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント3件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
TimePiece - オブジェクト指向な時間オブジェクト
名前¶ Time::Piece - オブジェクト指向な時間オブジェクト 概要¶ use Time::Piece; my $t = localtime; ... 名前¶ Time::Piece - オブジェクト指向な時間オブジェクト 概要¶ use Time::Piece; my $t = localtime; print "Time is $t\n"; print "Year is ", $t->year, "\n"; 説明¶ This module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you expect. このモジュールは、標準の
2013/08/07 リンク