tools: use standard interpreter path in all Perl scripts

Signed-off-by: David Ward <david.ward@ll.mit.edu>
[changed /usr/bin/perl to /usr/bin/env perl]
Signed-off-by: David Lamparter <equinox@diac24.net>
diff --git a/tools/rrlookup.pl b/tools/rrlookup.pl
index 2c14e73..84410e8 100644
--- a/tools/rrlookup.pl
+++ b/tools/rrlookup.pl
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#!/usr/bin/env perl
 ##
 ## Read BGPd logfile and lookup RR's whois database.
 ##