
daChf
Novice
Mar 4, 2008, 10:39 AM
Post #3 of 4
(323 views)
|
What I'm trying to do is to port some C# code to Perl. In the C# code, a parameter sent to the WebService is a byte array. I need to convert this in base-64 to work with the WebService. I've tried using pack(), but it doesn't work for me. It doesn't recognize the 'q' template.
|