Help for this page

Select Code to Download


  1. or download this
    sub invert {
        #234567890123456789012345678901234567
        join'',grep/[^\Q@_\E]/,map{chr}1..255
    }
    
  2. or download this
    sub invert {
        #234567890123456789012345678901234567
        "@{[grep/[^\Q@_\E]/,map{chr}1..255]}"
    }