Russ Foster wrote:
> 
> Questoin #1: Is there a function or module to convert numbers to/from
> decimal, binary, and hex?

perldoc -f hex
perldoc -f oct
perldoc -f sprintf
perldoc -f vec
perldoc POSIX      # Look for strtol() and strtoul()


> Question #2: Is there a function or module to perform binary calculations
> (AND, OR, XOR)?

perldoc perlop



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to