Lightning flashed, thunder crashed and Erik W <[EMAIL PROTECTED]> whispered:
| Thanks a lot, then what << means?
| $$<<15 ???

It seems to me that you need to spend some time with a good beginners book,
such as Randal's.  Or, at least, the man pages.  These questions are easily
answered with a quick hunt through perlfunc (for the rand/srand question),
perlvar (for $$), and perlop (for <<).

<< is the left bit shift operator.  It returns the first operand with the
bits shifted the right operand number of times.

-spp

Reply via email to