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