Cheap web site hosting service by Active-Venture.com
  

 Back to Index

hex

hex EXPR
 
hex

Interprets EXPR as a hex string and returns the corresponding value. (To convert strings that might start with either 0, 0x, or 0b, see /oct.) If EXPR is omitted, uses $_.

 
    print hex '0xAf'; # prints '175'
    print hex 'aF';   # same  

Hex strings may only represent integers. Strings that would cause integer overflow trigger a warning. Leading whitespace is not stripped, unlike oct().

 

  

 

Domain registration - Cheap domain name registration service and domain transfer
 

Cheap domain names -
Domain name services from just
$8.95/year only
 

Register domain name search -
Buy domain name registration and cheap domain transfer at low, affordable price.

© 2002-2004 Active-Venture.com Web Site Hosting Service

 

[ Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.   ]

 

 
 
 

Disclaimer: This documentation is provided only for the benefits of our web hosting customers.
For authoritative source of the documentation, please refer to http://www.perldoc.com