Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
It hasn't been done yet, and I don't know if it ever will be done. The PalmOS provides programs with something like 2K of stack (that may not be the number, but it was definitely something ridiculous). PalmOS applications also have a very small amount of RAM allocated for their use, something like a few hundred K. Most perl programs can't handle these kinds of constraints.

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.


it says she can do math, but will she recognize 8 / 0?

We can only hope they've put in those safeguards.

Worst case scenario: She succeeds in dividing by zero, and suddenly little Tiphany-Amber's bedroom becomes the center of a howling vortex of nonspace, frying the neighborhood with sparkling discharges of zero-point energy.

- slashdot

In reply to Re: Re: Installing Perl on the Sharp Zaurus PDA by batkins
in thread Installing Perl on the Sharp Zaurus PDA by davido

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-25 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found