Re: Shifting bits

2001-07-10 Thread Brian Jackson
Randal, I am new to Perl. I had no idea that Perl had documentation *right* *there*. Thanks to the kind folks that have emailed me back, I now know this. In reading your reply, it appears that I have ticked you off. I am sorry. "Randal L. Schwartz" wrote: > > "Brian" == Brian Jackson <[

Re: Shifting bits

2001-07-09 Thread Randal L. Schwartz
> "Brian" == Brian Jackson <[EMAIL PROTECTED]> writes: Brian> Unfortunately I don't have any Perl books available to me at this time Brian> and I am trying to find the answer to this on the web, but have had no Brian> luck thus far...does anyone know if there is a shift operator in Perl Brian

Re: Shifting bits

2001-07-09 Thread Gabor Szabo
you can also type in perldoc perlop and search for bitwise in the file or you can also search "bitwise" on www.perldoc.com there you can find explanation on how these things work. -- Gabor On 2001.07.09 20:26 Camilo Gonzalez wrote: > Yes, > > >> and << > > -Original Message- > Fro

RE: Shifting bits

2001-07-09 Thread Camilo Gonzalez
Yes, >> and << -Original Message- From: Brian Jackson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 12:26 PM To: [EMAIL PROTECTED] Subject: Shifting bits Unfortunately I don't have any Perl books available to me at this time and I am trying to find the answer to this on the we