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

翻訳前ページへ


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

Perl version

Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

say

Perl 5 version 12.2 documentation
Recently read

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 available only when the "say" feature is enabled: see feature.