- or download this
vec EXPR,OFFSET,BITS
Treats the string in EXPR as a bit vector made up of elements
+of
width BITS, and returns the value of the element specified by
OFFSET as an unsigned integer.
- or download this
for (@{$domains[$i]}) { vec($scratch,$_,1) = 1}
- or download this
for (@{$domains[$i]}) { vec($$scratch,$_,1) = 1}
- or download this
for ( $j = 0; $j <= 5; $j++ )
{
...
}
}
}