Home >> perlfunctions >>Perl function: hexSyntax:hex EXPR hexReturns the corresponding decimal value of a hexadecimal string. Example: print hex 'OxAf';Output: 175hex is case-sensitive. Only integers are returned. If integer overflow is caused, warning is triggered. If EXPR is missing, the value stored in the variable $_ will be used. Leading whitespace is not stripped. Perl functions
|
List of all perl functions Perl function : split Perl function: abs Perl function: chomp Perl function: chop Perl function: chr Perl function: crypt Perl function: eval Perl function: lc Perl function: lcfirst Perl function: length Perl function: oct Perl function: ord Perl function: shift
|