I've made a mistake.The 3rd "3" is only a typo.
original string = 33445566
result string = 0x33,0x44,0x55, 0x66
So I need a script in perl which converts a string (with arbitrary length)into a string what I showed in result string.
This has to do the next :
1.create an array
2.insert "0x" before each element of the array and insert ","after each element of the array
Leave a comment: