Help for this page
# test.pl use warnings; ... $s = "'$p'"; system $^X, '-wle', "print unpack('H*', $s);";
Can't find string terminator "'" anywhere before EOF at -e line 1.