sz has asked for the wisdom of the Perl Monks concerning the following question:
my $status = system("perl /path/to/indexer.pl"); error("Index update failed") unless ($status == 0);
`perl /path/to/indexer.pl`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 1: Problem calling one script from another
by tilly (Archbishop) on Dec 11, 2000 at 10:09 UTC | |
by chipmunk (Parson) on Dec 11, 2000 at 10:23 UTC | |
by tilly (Archbishop) on Dec 11, 2000 at 10:31 UTC | |
|
Re: Problem calling one script from another
by chipmunk (Parson) on Dec 11, 2000 at 09:59 UTC | |
|
Re: Problem calling one script from another
by markwild (Sexton) on Dec 11, 2000 at 12:23 UTC | |
by JP Sama (Hermit) on Dec 11, 2000 at 18:09 UTC | |
|
Re: Problem calling one script from another
by Dragonfly (Priest) on Dec 11, 2000 at 20:24 UTC | |
|
Re: Problem calling one script from another
by InfiniteSilence (Curate) on Dec 11, 2000 at 22:25 UTC | |
|
Re: Problem calling one script from another
by sz (Friar) on Dec 11, 2000 at 23:30 UTC |