2 # show the version number of the software + copyright info
4 # Copyright (c) 1998 Dirk Koopman G1TLH
10 my $build = $main::version;
12 if (opendir(DIR, "$main::root/perl")) {
16 if ($fn =~ /^cluster\.pl$/ || $fn =~ /\.pm$/) {
17 my $f = new IO::File "$main::root/perl/$fn" or next;
19 if (/^#\s+\$Id:\s+[\w\._]+,v\s+(\d+\.\d+)/ ) {
28 push @out, "DX Spider Cluster version $main::version (build $build) on \u$^O";
29 push @out, "Copyright (c) 1998-2001 Dirk Koopman G1TLH";