I think there is a Perl module to do this, but I can't seem to find a reference to it. What I want to do is exit backticks early. So, rather than returning 1000 rows, it only returns the first x number of rows. The point of my wanting to do this is speed of execution. Any ideas you can point me towards? Thanks!