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
< > > -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 f

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 answ

Shifting bits

2001-07-09 Thread Brian Jackson
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 web, but have had no luck thus far...does anyone know if there is a shift operator in Perl that allow me to shift bits.