The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/local/bin/perl -w

require CORBA::IOP::IOR;

$ior = new CORBA::IOP::IOR;
$ior->parseIOR($ARGV[0]);

print "\n";
$ior->printHash();