CORBA::IOP::IOR

CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs.
Download

CORBA::IOP::IOR Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Philip Aston
  • Publisher web site:
  • http://search.cpan.org/~philipa/CORBA-IOP-IOR-0.1/

CORBA::IOP::IOR Tags


CORBA::IOP::IOR Description

CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs. CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs.SYNOPSIS #!/usr/local/bin/perl -w require CORBA::IOP::IOR; $ior = new CORBA::IOP::IOR; $ior->parseIOR($ARGV); $ior->printHash(); $ior->{IIOP_profile}->{host} = "host.domain.name"; print $ior->stringifyIOR(), "n";INSTALLATIONThe installation uses ExtUtils::MakeMaker. Uncompress and extract the files from the tar, then: perl Makefile.PL make make installCORBA::IOP::IOR is a handy module for processing IORs. I've found it very useful for debugging CORBA interoperability.It was written without much of a look at other Perl CORBA efforts (COPE etc.), and is small and understandable. Requirements: · Perl


CORBA::IOP::IOR Related Software