From: Dirk Koopman Date: Wed, 28 Aug 2019 18:14:29 +0000 (+0100) Subject: minor doc change in QSL.pm X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=95be5049b5a7f326ddee6e09d520d336acbde794 minor doc change in QSL.pm --- diff --git a/perl/QSL.pm b/perl/QSL.pm index 1738ed6e..6649c7a7 100644 --- a/perl/QSL.pm +++ b/perl/QSL.pm @@ -58,6 +58,8 @@ sub new return bless [uc $call, []], $pkg; } +# called $self->update(comment, time, spotter) +# $self has the callsign as the first argument in an array of array references # the format of each entry is [manager, times found, last time, last reporter] sub update {