- or download this
use strict;
...
my $perl = "C:/perl-5.34.0/bin/MSWin32-x64-multi-thread/perl.exe";
system $perl, '-wle', 'print unpack("H*", $p)';
- or download this
9a999999999999990040000000000000
- or download this
Use of uninitialized value $_ in print at -e line 1.
- or download this
system $perl, '-wle', 'print $ARGV[0]', unpack('H*', $p);