Integer Ranges by jonathan camacho

#!perl -pl
s/291/3/;$c=2**($_-1);$_="-$c to ".($c-1)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page