in reply to
Bitwise and operator question
Perl functions such as
chomp
and
int
are documented in
perlfunc
. You can use the
perldoc
tool to view this documentation offline. (e.g.
perldoc -f chomp
)
Comment on
Re: Bitwise and operator question
Select
or
Download
Code
In Section
Seekers of Perl Wisdom