I have a situation where I need to submit a soap request to an API that recieves a "byte array" as one of the arguments. A byte array is used in other languages (specifically Visual Basic) and there are pragmas in Perl to create a byte array (use: Bytes). Basically a byte array is a file read into an array and each element of the array is one BYTE. if you read in the file in php, it will interpret the byte as whatever character it corresponds to.
Anyways, does anybody know of a solution to creating this array?
Thanks in advance.
Brian