Help for this page

Select Code to Download


  1. or download this
        " Deparse obfuscated code
        nnoremap <silent> _d :.!perl -MO=Deparse 2>/dev/null<cr>
        vnoremap <silent> _d :!perl -MO=Deparse 2>/dev/null<cr>
    
  2. or download this
        --$|&&s|\n|-|;
    
  3. or download this
        s/\n/-/ if --$|;
    
  4. or download this
        $foo and $bar or $baz = 1;
    
  5. or download this
        $baz = 1 unless $foo and $bar;