Help for this page

Select Code to Download


  1. or download this
    unless ($INC{"Math/XOR.pm"}) {
      require Math::XOR;
      Math::XOR->import();
    }
    
  2. or download this
    require Math::XOR;
    *xor_buf = \&Math::XOR::xor_buf unless defined &xor_buf;