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
- Hi, what time() ^ $$ means? Erik W
- Re: Hi, what time() ^ $$ means? Jeff 'japhy' Pinyan
- Re: Hi, what time() ^ $$ means? Walt Mankowski
- Re: Hi, what time() ^ $$ means? Stephen P. Potter
- Re: Hi, what time() ^ $$ means? Erik W
- Re: Hi, what time() ^ $$ means? matthschulz
- Re: Hi, what time() ^ $$ means? Walt Mankowski
- Re: Hi, what time() ^ $$ means? Walt Mankowski
- RE: Hi, what time() ^ $$ means? Gary L. Armstrong
- Re: Hi, what time() ^ $$ means? Stephen P. Potter
- Re: Hi, what time() ^ $$ means? EriK W
- Re: Hi, what time() ^ $$ means? Stephen P. Potter