Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Seti stats

by Mr. Muskrat (Canon)
on Apr 17, 2003 at 21:22 UTC ( [id://251340]=note: print w/replies, xml ) Need Help??


in reply to Re: Seti stats
in thread Seti stats

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"; }

Replies are listed 'Best First'.
Re: Re: Re: Seti stats
by Hielo (Sexton) on Apr 17, 2003 at 23:12 UTC
    Thanks for taking the time to point it out, seems there are a ton of resources available to us.
    I am still figuring out how to install packages, what i can use for an IDE and the like. If you have any pointers, they would be appreciated.
    I have the O'reilly books and am getting through "Learning Perl", it is a fun read, not the dry tome I expected.
    Thanks again! Best regards, Bill

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://251340]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-18 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found