[ ソース: libperl6-say-perl ]
パッケージ: libperl6-say-perl (0.16-3)
libperl6-say-perl に関するリンク
Debian の資源:
libperl6-say-perl ソースパッケージをダウンロード:
- [libperl6-say-perl_0.16-3.dsc]
- [libperl6-say-perl_0.16.orig.tar.gz]
- [libperl6-say-perl_0.16-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to print without newline needed
Perl6::Say implements a close simulation of the say function in Perl 6, which acts like print but automatically appends a newline.
Use it just like print (except that it only supports the indirect object syntax when the stream is a bareword).
Since perl 5.10, you don't need this module. The Perl 6 say function is available in Perl 5.10 by saying "use feature 'say';".