The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
name: bin2hex

docs: |
    This is trivially implemented using L<pack|perlfunc/"pack">.

        my $hex = unpack "H*", $data;