in reply to Re: Installing Perl on the Sharp Zaurus PDA
in thread Installing Perl on the Sharp Zaurus PDA
Also, the entire PalmOS API is non-standard - malloc and free are replaced with Mem* functions; any math functions have to be used from MathLib, which has to be dynamically loaded in, and which may or may not be available on the user's machine. Further, there's no filesystem per se on the Palm platform - just a bunch of databases. Accessing distinct records from a Perl application would probably require some kind of modification of Perl, or at the very least an ugly hack.
So in other words, don't hold your breath. :)
BTW, if any of those memory figures were incorrect, please let me know.
|
|---|