I recommend using vek's SETI::WebStats instead. It makes writing a Seti@home stats script so much easier.
From the synopsis:
use SETI::WebStats; my $emailAddr = "foo\@bar.org"; my $seti = SETI::WebStats->new($emailAddr); my $ranking = $seti->rank; my $unitsProcd = $seti->numResults; my $userInfo = $seti->userInfo; for (keys(%$userInfo)) { print $_, "->", $userInfo->{$_}, "\n"; }
In reply to Re: Re: Seti stats
by Mr. Muskrat
in thread Seti stats
by orthanc
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |