RE: [Pgui-devel] cli_perl done for now

2001-04-12 Thread Micah Dowty
The client-server interface is completely socket based, so it's possible to do the whole client lib in Perl. At least for the moment I don't have time to rewrite the whole thing though. (but for a client lib it's relatively simple) The typing program, and most of the old perl code, was very ine

RE: [Pgui-devel] cli_perl done for now

2001-04-12 Thread Gray, Tim
Drat, now I cant use microperl because of the XS module. Oh well... I'll cope :-) I saw that the typing.pl example is now missing from CVS, is that going to be ported to the new PicoGUI.pm module style? It was an excellent piece of example code to teach from. Thanks, Tim. _

[Pgui-devel] cli_perl done for now

2001-04-11 Thread Micah Dowty
Well, I've implemented all the easy parts and all the really important parts of the PicoGUI C API as a Perl XS module. There's not a lot of example code for it yet, but the 'test.pl' file contains some tidbits. The following is an overview of the differences in the Perl library, excerpted from