RE: Executable program from perl script

2002-05-07 Thread Morse, Richard E.
Tuesday 07 May 2002 6:17 AM > To: '$Bill Luebkert' > Cc: '[EMAIL PROTECTED]' > Subject: RE: Executable program from perl script > > > Thanks for suggesting this > but seems this is not working .. i tried > it still send "start" to the STDOUT

Re: Executable program from perl script

2002-05-07 Thread $Bill Luebkert
Sushil Kumar Gupta wrote: > Thanks for suggesting this > but seems this is not working .. i tried > it still send "start" to the STDOUT and not to the application. > Actually i want sort of what EXPECT can do , in PERL No it didn't if you coded it right. Provide a samll test snippet and any

RE: Executable program from perl script

2002-05-07 Thread Sushil Kumar Gupta
t: Tuesday, May 07, 2002 3:23 AM To: Sushil Kumar Gupta Cc: '[EMAIL PROTECTED]' Subject: Re: Executable program from perl script Sushil Kumar Gupta wrote: > No it's not the command line argument that we can provide to the > application. > Okay let me give some details about

RE: Executable program from perl script

2002-05-07 Thread Sushil Kumar Gupta
No Actually i am trying to send the command to this application through script only. -Original Message- From: Josue Garayua [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 3:45 PM To: Sisyphus Cc: [EMAIL PROTECTED] Subject: Re: Executable program from perl script What if the

Re: Executable program from perl script

2002-05-03 Thread Sisyphus
- Original Message - From: "Sushil Kumar Gupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 10:54 PM Subject: Executable program from perl script > Hi, > > I have to execute one exe from my perl script. This exe is sort of >