Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -E'say !1; say ~~(!1); say ~~("");'
    use feature 'current_sub', 'evalbytes', 'fc', 'say', 'state', 'switch'
    +, 'unicode_strings', 'unicode_eval';
    ...
    say 0;
    say '';
    -e syntax OK