Help for this page

Select Code to Download


  1. or download this
    sub hexDumperInput {
        my ( $unicodeFormat , $arrayRef ) = @_;
        my $hexString = join('', split(/ /, join('', @$arrayRef)));
        return hex2ascciiDecode($unicodeFormat, $hexString);
    }