in reply to Re^3: puts vs say
in thread puts vs say
even w/o template, overhead doesn't become bigger.
use v5.12; makes the use strict; line obsolete
c:\Strawberry>perl -e"use v5.12; say 'works'" works c:\Strawberry>perl -e"use v5.12; say $x" Global symbol "$x" requires explicit package name (did you forget to d +eclare "my $x"?) at -e line 1. Execution of -e aborted due to compilation errors. c:\Strawberry>
So it's actually one character less.
Not sure why they didn't include "warnings" too.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|