Help for this page

Select Code to Download


  1. or download this
    $ perl -we 'print "0 but true" + 2'
    2
    ...
    $ perl -we 'print "0 but actually true" + 2'
    Argument "0 but actually true" isn't numeric in addition (+) at -e lin
    +e 1.
    2