#!/usr/bin/perl


while(1){

	system("perl rssfeedindexer.pl");
	sleep 10000;

}; # while(1){