perrin has asked for the wisdom of the Perl Monks concerning the following question:
Here's some sample code for what I'm doing:
my $command = Expect->spawn("perl Makefile.PL LIB=$dest_dir");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Expect with command that spawns more processes
by esskar (Deacon) on Feb 27, 2004 at 22:14 UTC | |
by perrin (Chancellor) on Feb 27, 2004 at 22:19 UTC | |
|
Re: Expect with command that spawns more processes
by tilly (Archbishop) on Feb 29, 2004 at 17:35 UTC | |
by perrin (Chancellor) on Mar 01, 2004 at 18:39 UTC |