Help for this page

Select Code to Download


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