in reply to Re^7: RFC: "assignary" operator ?= : (rareness)
in thread RFC: "assignary" operator ?= :

> Among 700.000 lines, 192 isn't that much either,

Backwards compatibility?

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

  • Comment on Re^8: RFC: "assignary" operator ?= : (rareness)

Replies are listed 'Best First'.
Re^9: RFC: "assignary" operator ?= : (backward compatibility)
by shmem (Chancellor) on Dec 10, 2019 at 13:18 UTC
    Backwards compatibility?

    Core modules need not to be written in a backaward compatible way in terms of operators they use. The core must be backward compatible wrt third party modules and existing code bases outside of itself.

    perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
      I'd say most core modules are older than the // operator.

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