このページは大阪弁化フィルタによって翻訳生成されたんですわ。

翻訳前ページへ


say - perldoc.perl.org
The Wayback Machine - http://web.archive.org/web/20100113074140/http://perldoc.perl.org:80/functions/say.html

say

Perl 5 version 10.1 documentation

say

  • say FILEHANDLE LIST

  • say LIST
  • say

    Just like print, but implicitly appends a newline. say LIST is simply an abbreviation for { local $\ = "\n"; print LIST } .

    This keyword is only available when the "say" feature is enabled: see feature.

 

Perl version

Recently read

Tools