Re: How to open a prorgam and stay in it until done..

2008-09-16 Thread Kenneth Wolcott
On Tue, Sep 16, 2008 at 4:40 PM, Sweet J <[EMAIL PROTECTED]> wrote: > > This is on a windows environment.. But we will be doing the same thing on > Linux as well... > > Hi; Please send your responses to the list, not just to me. I don't think I'm able to assist you further. I'm sorry that

Re: How to open a prorgam and stay in it until done..

2008-09-16 Thread Kenneth Wolcott
a bunch, > J > > > -- > > Date: Tue, 16 Sep 2008 11:11:58 -0700 > From: [EMAIL PROTECTED] > To: beginners@perl.org; [EMAIL PROTECTED] > Subject: Re: How to open a prorgam and stay in it until done.. > > > > Hi; > What reasoning ha

Re: How to open a prorgam and stay in it until done..

2008-09-16 Thread Kenneth Wolcott
Hi; What reasoning have you been given stating that you cannot use this module? If it is because you cannot become root to install the Expect module, then you can install in an alternate location. Ken Wolcott On Tue, Sep 16, 2008 at 10:38 AM, Jerrianna Fox <[EMAIL PROTECTED]>wrote: > Thats

Re: How to open a prorgam and stay in it until done..

2008-09-16 Thread Kenneth Wolcott
Use the Expect module if the password is being handled below the tty layer. Ken Wolcott On Tue, Sep 16, 2008 at 6:29 AM, JMJ <[EMAIL PROTECTED]> wrote: > On Sep 15, 10:15 pm, [EMAIL PROTECTED] (Jeff Pang) wrote: > > 2008/9/15 JMJ <[EMAIL PROTECTED]>: > > > > > I need to open a program which I dec

Re: How to open a prorgam and stay in it until done..

2008-09-16 Thread JMJ
On Sep 15, 10:15 pm, [EMAIL PROTECTED] (Jeff Pang) wrote: > 2008/9/15 JMJ <[EMAIL PROTECTED]>: > > > I need to open a program which I decided to use system but how do I > > stay in there and use variables to populate. > > use a open: > > open HD, "external_command|" or die $!; > while() { >     my

Re: How to open a prorgam and stay in it until done..

2008-09-16 Thread JMJ
On Sep 15, 10:15 pm, [EMAIL PROTECTED] (Jeff Pang) wrote: > 2008/9/15 JMJ <[EMAIL PROTECTED]>: > > > I need to open a program which I decided to use system but how do I > > stay in there and use variables to populate. > > use a open: > > open HD, "external_command|" or die $!; > while() { >     my