removed sh/call.pl
[spider.git] / perl / Internet.pm
diff --git a/perl/Internet.pm b/perl/Internet.pm
new file mode 100644 (file)
index 0000000..44aacbe
--- /dev/null
@@ -0,0 +1,45 @@
+# 
+# in order for you to use the internet accessing routines you
+# need to set various flags and things in this file
+#
+# BUT DO NOT ALTER THIS FILE! It will be overwritten on every update
+#
+# COPY this file to ../local, alter it there and restart the software
+#
+# Copyright (c) 2000 Dirk Koopman G1TLH
+#
+# $Id$
+#
+
+package Internet;
+
+#
+# set this flag to 1 if you want to allow internet commands
+#
+
+$allow = 0;
+
+#
+# QRZ.com user id 
+#
+# set this to your QRZ user name (you need this for the sh/qrz 
+# command)
+#
+# eg 
+# $qrz_uid = 'gb7xxx';
+#
+
+$qrz_uid = undef;
+
+#
+# QRZ.com password - this goes with your user id above
+#
+# eg 
+# $qrz_pw = 'fishhooks';
+#
+
+$qrz_pw = undef;
+
+#
+# end
+#