X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=perl%2FInternet.pm;fp=perl%2FInternet.pm;h=44aacbed6d2aaba8f510eeb23807e72dfa8af888;hb=3acdc2b85c646b97ecb7504fb5e982a8b5839455;hp=0000000000000000000000000000000000000000;hpb=4e913f45fcd752c8a084dfb31f2c8e0da30f59b1;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm new file mode 100644 index 00000000..44aacbed --- /dev/null +++ b/perl/Internet.pm @@ -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 +#