Help for this page

Select Code to Download


  1. or download this
    sub R1{
        $_=sub{join"\0",split//,pop};"\0".&$_|&$_
    }
    
  2. or download this
    sub R2{
        sub _{join"\0",split//,pop}"\0".&_|&_
    }
    
  3. or download this
    sub R3{
        sub _{join$",split//,pop}$".&_|&_
    }