Help for this page

Select Code to Download


  1. or download this
    my $status = system("perl /path/to/indexer.pl");
    error("Index update failed") unless ($status == 0);
    
  2. or download this
    `perl /path/to/indexer.pl`;