X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fstat%2Fchannel.pl;h=472e7cf483f5a909e8a11be4119e9117fbd46e9d;hb=365d2aaac25440aa0653fc5ab2e0076340248293;hp=d963eb45eee91b62b56404952b067530cbe30d8f;hpb=fdc49835d7dc5573453567bd41e52c5e580ad8e7;p=spider.git diff --git a/cmd/stat/channel.pl b/cmd/stat/channel.pl index d963eb45..472e7cf4 100644 --- a/cmd/stat/channel.pl +++ b/cmd/stat/channel.pl @@ -1,7 +1,7 @@ # # show the channel status # -# $Id$ +# # use strict; @@ -13,7 +13,7 @@ my $call; my @out; foreach $call (@list) { $call = uc $call; - my $ref = DXChannel->get($call); + my $ref = DXChannel::get($call); if ($ref) { @out = print_all_fields($self, $ref, "Channel Information $call"); } else {