in reply to Re^2: Best way to represent somewhat large values in a module
in thread Best way to represent somewhat large values in a module

There are some 'gotchas' when you do $str BIT_OP $str but for things like masks you should be OK. Sometimes it works like you expect, other times not. It is fairly magical that it works at all!

cheers

tachyon

  • Comment on Re^3: Best way to represent somewhat large values in a module