Re: Auto completing STDIN from a script

2010-10-07 Thread Robert Wohlfarth
On Wed, Oct 6, 2010 at 7:24 PM, Chris E. Rempola wrote: > I am making a Perl script that needs to execute another Perl script. The > second script is sort of like a verification thing before it does it's thing > and it asks to confirm some details. > > For example, the second script will prompt t

Auto completing STDIN from a script

2010-10-07 Thread Chris E. Rempola
I am making a Perl script that needs to execute another Perl script. The second script is sort of like a verification thing before it does it's thing and it asks to confirm some details. For example, the second script will prompt to enter your name which it grabs STDIN. Can someone point or