http://www.perlmonks.org?node_id=1008667


in reply to Re: Perl allows you to change the definition of false to make it true. (And vice versa.)
in thread Perl allows you to change the definition of false to make it true. (And vice versa.)

Python allows you to redefine the "constants" True and False, but that doesn't change the behaviour of...

>>> "foo"=="bar" False
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^2: Perl allows you to change the definition of false to make it true. (And vice versa.)
  • Select or Download Code

Replies are listed 'Best First'.
Re^3: Perl allows you to change the definition of false to make it true. (And vice versa.)
by LanX (Saint) on Dec 13, 2012 at 14:43 UTC
    So Python is easier to brake, but is incomplete in this attempt? ;-)

    Cheers Rolf