=over =item say FILEHANDLE LIST X =item say FILEHANDLE =item say LIST =item say Just like C, but implicitly appends a newline. C is simply an abbreviation for C<{ local $\ = "\n"; print LIST }>. To use FILEHANDLE without a LIST to print the contents of C<$_> to it, you must use a real filehandle like C, not an indirect one like C<$fh>. This keyword is available only when the C<"say"> feature is enabled, or when prefixed with C; see L. Alternately, include a C or later to the current scope. =back