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
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