Oops, I was close. I suggest Rainer's site to any techie with a CE device. He's ported some useful stuff to CE: wget, flite, ftp, a command line, perl, apache, tk, stunnel and more. I used stunnel to get an IMAPS connect before the inbox client supported, but IMAPS is now supported in WindowsMobile2003 or whatever they call it now...

I have loaded both Perl56 from Rainer and Perl58 from PerlCE.

Perl56 worked and I was able to grab a file via http. It supports Socket, Win32::OLE, Win32::Com, and Win32::API. You can do GUI stuff with Tk. The website says people have successfully talked to a SQLCE db.

I loaded Perl58 but couldn't get it to run, wasted half a day on it and had to put it aside. Unsure if I corrupted the binary or if there's a dll conflict. I followed the instructions but some areas were vague... There are screenshots, so *somebody* has had it working :-)

The site says it has better compatibility and working PerlIO. It also warns that the prebuilt binaries are heavy on the memory side because they have Unicode and debugging in there. I don't have access to MSVisualC++ so I cannot build my own port.

I'm interested in using Perl for database access using tools like Win32::OLE for a local db with SQLCE or preferably OracleLite, but I'm also interested in exploring other access paths like DBD::Proxy for serverside db or even SOAP if the XML overhead isn't too much. I'm thinking about a daemon the runs constantly so as to avoid the startup penalty, something like POE that could handle requests in a single thread without forking...

In reply to Perl experience with ipaq pocketpc. by elwarren
in thread Is Perl available for PalmOS? by scottj

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.