Help for this page

Select Code to Download


  1. or download this
    sub hex_dump {
       return join ' ',
    ...
    
    print('password: ', hex_dump($password), "\n");
    print('VAR1:     ', hex_dump($VAR1    ), "\n");