Search notes:

Perl module String::HexConvert

use warnings;
use strict;
use feature 'say';

use String::HexConvert ':all';

say ascii_to_hex('René'); # 52656ec3a9

say hex_to_ascii('52656ec3a9');
Github repository PerlModules, path: /String/HexConvert/script.pl
Perl modules.

Index