A small program that would execute a given URL then add a sequential number to the URL then execute it again.

Example: http://wwww.example.com/cgi-bin/search.cgi?=file&1

Example: http://wwww.example.com/cgi-bin/search.cgi?=file&2

Example: http://wwww.example.com/cgi-bin/search.cgi?=file&3

And so on, 4, 5, 6, 7....

Thanks.