NamingContextExt_i - An implementation of CosNaming::NamingContextExt
use lib "$ENV{OPALORB_ROOT}";
use lib "$ENV{OPALORB_ROOT}/Naming";
use CORBA;
use NamingContextExt_i;
...
my $nc = new NamingContextExt_i(); my $id = $poa->activate_object($nc);
$orb->run();
new - Construct a NamingContextExt_i object. Activate this object as
you would any other servant.