my $status = system("perl /path/to/indexer.pl"); error("Index update failed") unless ($status == 0); #### `perl /path/to/indexer.pl`;