-#!/usr/bin/perl -w
+#!/bin/env perl
#
# an attempt at producing a general purpose 'bot' for going and getting
# things orf the web and presenting them to user in a form they want
-#!/usr/bin/perl -w
+#!/bin/env perl
#
# This is the DX cluster 'daemon'. It sits in the middle of its little
# web of client routines sucking and blowing data where it may.
#
require 5.10.1;
+use warnings;
# make sure that modules are searched in the order local then perl
BEGIN {
-#!/usr/bin/perl
+#!/bin/env perl
#
# connect to an external entity
#
-#!/usr/bin/perl -w
+#!/bin/env perl
#
# this is the operators console.
#
#
require 5.004;
+use warnings;
# search local then perl directories
BEGIN {
-#!/usr/bin/perl
+#!/bin/env perl
#
# Export the user file in a form that can be directly imported
# back with a do statement
-#!/usr/bin/perl -w
+#!/bin/env perl
#
# Convert an Amsat 2 line keps bull into Sun.pm format
#
-#!/usr/bin/perl
+#!/bin/env perl
# a program to create a prefix file from a wpxloc.raw file
#
# Copyright (c) - Dirk Koopman G1TLH
-#!/usr/bin/perl
+#!/bin/env perl
#
# Implement a 'GO' database list
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# create a NEW user database and the sysop record
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# create a USDB file from a standard raw file (which is GZIPPED BTW)
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# Analyse the dxcc info in the prefix database, listing the 'official' country and its number
# and also looking for duplicates and missing numbers
-#!/usr/bin/perl
+#!/bin/env perl
#
# convert an AK1A DX.DAT file to comma delimited form
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# export a standard ak1a opernam.dat file into CSV format.
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# Something to create my subset of the US call book data,
# in my flat file form, either from the main data base or
-#!/usr/bin/perl
+#!/bin/env perl
#
# A program to split out the Command_en.hlp file into two
# html documents, one for sysops, one for users
-#!/usr/bin/perl
+#!/bin/env perl
#
# Take a 2 line keps email file on STDIN, prepare it for import into standard import directory
# and then shove it there, marked for SB ALL.
-#!/usr/bin/perl
+#!/bin/env perl
#
# Process and import for mail WWV and Solar Data
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# create a version and build id for the project using git ids
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# remove all records with the sysop/cluster callsign and recreate
# it from the information contained in DXVars
-#!/usr/bin/perl -w
+#!/bin/env perl
#
# convert a DXSpider Log file to csv format
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# Process and import for mail SIDC Ursagrams
#
-#!/usr/bin/perl -w
+#!/bin/env perl
#
# convert a DXSpider Spot file to csv format
#
-#!/usr/bin/perl
+#!/bin/env perl
#
# alias testing tool
#
-#!/usr/bin/perl
+#!/bin/env perl
my $pc9x_past_age = 3600;
my $pc9x_future_age = 3600*2;
-#!/usr/bin/perl
+#!/bin/env perl
#
# remove all records with the sysop/cluster callsign and recreate
# it from the information contained in DXVars
-#!/usr/bin/perl -w
+#!/bin/env perl
# The rudimentary beginnings of a Spider client which is known to run on ActiveState
# Perl under Win32
#