libperl6-say-perl

Module to print without newline needed
  https://metacpan.org/release/Perl6-Say
  0
  no reviews



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';".