[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl-Toolbox] Apple events and PSN ... bug?



At 15:09 -0400 4/28/99, Chris Nandor wrote:
>At 14.56 -0400 1999.04.28, Matthias Neeracher wrote:
>>If I remember correctly, I take no precautions to transform a numerical
>>psn you pass into binary form. Try pack()ing the PSN to a 64 bit number
>>first.
>
>OK, how do I do that?  :)  pack('l', $psn) is only 32 bits.

This has a decent chance of working:

pack ('ll', 0, $psn)

   --John
--
John Baxter   jwblist@olympus.net      Port Ludlow, WA, USA
Give a man a fish and you feed him for a day.  Teach him to fish,
and you get rid of him for the weekend.

==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-toolbox-request@macperl.org