in reply to perl PDA version availability

Despite what Skeeve tells you, Perl runs on some PDA platforms and did so for a long time already. There are Perl ports for the Psion 5, Symbian 60 (which is more or less the successor to the Psion 5 OS) and for Windows CE 3 and Windows CE 4 (I believe). The Zaurus runs a Linux and also has Perl 5 installable. These ports are also all in the main Perl 5 source tree, but you will need some fancy cross-compiling setup to compile the binaries.

I know that for Windows CE and for the Psion 5, there are binaries available for download, but I haven't come across binaries for the Symbian 60 OS.

Update: I misinterpreted the article Skeeve pointed to - the article is just about Palm OS, so it doesn't contradict what I say.

Replies are listed 'Best First'.
Re^2: perl PDA version availability
by g0n (Priest) on Oct 19, 2005 at 07:22 UTC
    Just to elaborate slightly on Corions comments about the Sharp, and the original Installing Perl on the Sharp Zaurus PDA thread, perl 5.8.0 runs nicely on the latest generation of Sharp Zaurus. I've also got DBI and DBD::SQLite running on mine.

    ipk packages are available for perl 5.8.0 and DBI from www.elsix.org, I compiled DBD::SQLite from source using the zgcc compiler but will be putting together an ipk package shortly. As well as running on Zauri, these packages should theoretically run on any sufficiently high spec PDA running embedded linux: e.g. a reflashed iPaq.

    (Note for anyone having trouble installing these packages: run ipkg from the command line, not the gui, and install to external storage (sd card or microdrive))

    --------------------------------------------------------------

    $perlquestion=~s/Can I/How do I/g;