Help for this page
print "%d\n", $string;
printf "%d\n", hex( $string );
sub myHex { no warnings 'digit'; ... } printf "%d\n", myHex( $string );