set_uk has asked for the wisdom of the Perl Monks concerning the following question:
Found out that the script doesn't die - it just stops and sits there waiting to be brought into the foreground. When it is - it starts again and picks up normal processing$self->{_logger}->debug("AHEAD OF SPAWN"); eval { $Spawned = Expect->spawn("$args[0] $args[1]"); $msg = "Spawning to $args[0] $args[1]\n"; $self->{_logger}->info($msg); }; $self->{_logger}->debug("AFTER OF SPAWN");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Spawn Expect Object in the background doesn't work
by Fletch (Bishop) on Apr 01, 2004 at 14:43 UTC | |
by set_uk (Pilgrim) on Apr 01, 2004 at 18:47 UTC | |
|
Re: Spawn Expect Object in the background doesn't work
by TilRMan (Friar) on Apr 02, 2004 at 12:37 UTC |