This comes from the Gnotices Web page: Posted by Owen Taylor on Sunday September 19, @08:11PM I've made an initial release of dynamic Perl bindings for ORBit available. They are available here. ftp://ftp.gnome.org/pub/otaylor/ Though far from complete, they pretty useable already. here is also a GNOME::GNORBA module there for using CORBA::ORBit within GNOME. The nifty thing about CORBA::ORBit is that you don't need to to create the stubs/skeletons as a separate step. You can either point it directly at an IDL file that it will parse directly, or it can it can get the information from an interface repository. (Not the ORBit IR, yet.) It is also very compact in terms of the amount of code necessary to implement clients and servers. CORBA::ORBit will work out of the box with the Gtk:: Perl module, and an example of this is included. Jeff -- +----------------------------+ | J.W. Bizzaro | | jeff at bioinformatics.org | | | | THE OPEN LAB | | Open Source Bioinformatics | | | | http://bioinformatics.org/ | +----------------------------+