パッケージ: libtime-format-perl (1.16-2)
libtime-format-perl に関するリンク
Debian の資源:
libtime-format-perl ソースパッケージをダウンロード:
- [libtime-format-perl_1.16-2.dsc]
- [libtime-format-perl_1.16.orig.tar.gz]
- [libtime-format-perl_1.16-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module for easy date/time formatting
Time::Format creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings.
The %time formatting codes are designed to be easy to remember and use, and to take up just as many characters as the output time value whenever possible. For example, the four-digit year code is "yyyy", the three-letter month abbreviation is "Mon".
The nice thing about having a variable-like interface instead of function calls is that the values can be used inside of strings (as well as outside of strings in ordinary expressions). Dates are frequently used within strings (log messages, output, data records, etc.), so having the ability to interpolate them directly is handy.
その他の libtime-format-perl 関連パッケージ
|
|
|
|
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libdate-manip-perl
- module for manipulating dates
-
- rec: libdatetime-perl
- module for manipulating dates, times and timestamps