Movatterモバイル変換


[0]ホーム

URL:


functions /say
(source,CPAN)
You are viewing the version of this documentation from Perl 5.22.1.View the latest version
#say FILEHANDLE LIST
#say FILEHANDLE
#say LIST
#say

Just likeprint, but implicitly appends a newline.say LIST is simply an abbreviation for{ local $\ = "\n"; print LIST }. To use FILEHANDLE without a LIST to print the contents of$_ to it, you must use a real filehandle likeFH, not an indirect one like$fh.

This keyword is available only when the"say" feature is enabled, or when prefixed withCORE::; seefeature. Alternately, include ause v5.10 or later to the current scope.

Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.

The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.


[8]ページ先頭

©2009-2025 Movatter.jp