https://github.com/nigelhorne/ham-dxcc-lookup
Look up DXCC entity and ISO country code from amateur radio callsign
https://github.com/nigelhorne/ham-dxcc-lookup
amateur-radio cpan cpan-module ham-radio hamradio perl perl5
Last synced: 8 months ago
JSON representation
Look up DXCC entity and ISO country code from amateur radio callsign
- Host: GitHub
- URL: https://github.com/nigelhorne/ham-dxcc-lookup
- Owner: nigelhorne
- License: gpl-2.0
- Created: 2025-06-13T11:38:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-18T13:59:42.000Z (about 1 year ago)
- Last Synced: 2025-06-25T14:57:51.094Z (about 1 year ago)
- Topics: amateur-radio, cpan, cpan-module, ham-radio, hamradio, perl, perl5
- Language: Perl
- Homepage: https://metacpan.org/pod/Ham::DXCC::Lookup
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Ham::DXCC::Lookup - Look up DXCC entity from amateur radio callsign
# SYNOPSIS
use Ham::DXCC::Lookup qw(lookup_dxcc);
my $info = lookup_dxcc('G4ABC');
print "DXCC: $info->{dxcc_name}\n";
# DESCRIPTION
This module provides a simple lookup mechanism to return the DXCC entity from a given amateur radio callsign.
# FUNCTIONS
## lookup\_dxcc($callsign)
Returns a hashref with `dxcc` for the given callsign.
## run
You can also run this module from the command line:
perl lib/Ham/DXCC/Lookup.pm G4ABC
# SUPPORT
This module is provided as-is without any warranty.
# AUTHOR
Nigel Horne, ``
# SEE ALSO
[https://www.country-files.com/](https://www.country-files.com/)
# LICENCE AND COPYRIGHT
Copyright 2025 Nigel Horne.
Usage is subject to licence terms.
The licence terms of this software are as follows:
- Personal single user, single computer use: GPL2
- All other users (including Commercial, Charity, Educational, Government)
must apply in writing for a licence for use from Nigel Horne at the
above e-mail.