in reply to Modern Perl Book "Paquito" Example Question

use feature 'say';

Maybe add strict and warnings too to see errors.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^2: Modern Perl Book "Paquito" Example Question
by Ayber (Novice) on Oct 05, 2018 at 20:57 UTC

    Thank you the quick replies, the answer was to:

    use Modern::Perl
      well - if installed - that's what Modern::Perl does among other things:

      activating features and strictures.

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery FootballPerl is like chess, only without the dice