How to handle both R/W end of the exe called from Perl code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prince0206
    New Member
    • Aug 2008
    • 1

    How to handle both R/W end of the exe called from Perl code

    Hello,

    Here is the situation. I need to handle both read and write end of the ".exe" called from perl code. In my application I am calling RMAN(oracle recovery manager) with some CLI parameters. Once its started I want to capture whatever it sends i.e. read end and also want to capture wat ever has been sent to RMAN when it was called.

    Can any one help me out in this regard?.


    Thanks for your time,
    Prince.
  • Kelicula
    Recognized Expert New Member
    • Jul 2007
    • 176

    #2
    See this: Inter Process Communication

    Comment

    Working...