in reply to Re^2: Interact with mainframe screen
in thread Interact with mainframe screen

No. Host::PCOM is a module I developed on the time and entirely for my employer. I don't feel it would be right to redistribute that code on my own, and I won't take it on me to involve the lawyers to get a release from my employer.

That being said, it's not really hard to encapsulate the OLE API, as IBM provides plenty of good documentation.

Replies are listed 'Best First'.
Re^4: Interact with mainframe screen
by shmem (Chancellor) on Jun 30, 2007 at 14:09 UTC
    I don't feel it would be right to redistribute that code on my own, and I won't take it on me to involve the lawyers to get a release from my employer.
    You might find "How to convince a client to release Perl code to CPAN?" helpful to get your employer to release the code... ;-)

    --shmem

    _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                  /\_¯/(q    /
    ----------------------------  \__(m.====·.(_("always off the crowd"))."·
    ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

      But that constitutes work on my part which far outweighs the effort needed to rewrite the module from the documentation.