Help for this page

Select Code to Download


  1. 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)';
    
  2. or download this
    9a999999999999990040000000000000
    
  3. or download this
    Use of uninitialized value $_ in print at -e line 1.
    
  4. or download this
    system $perl, '-wle', 'print $ARGV[0]', unpack('H*', $p);