Dear Monks
I have a question regarding the pack function.
$string = pack("H*",15); print "$string\n"; #prints some weird symbol print unpack("H*",$string),"\n"; #prints 15
If I try to print the packed string, what would I expect? How does this packed string associate with the value to be packed?
Thank you.
In reply to print packed string by lightoverhead
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |