Posted on 2008-08-19 04:49:29-07 by voltoukias in response to 8603
Re: WWW-Mechanize-SpamCop on Windows XP with ActivePerl

thank you very much adamowski, that gave me the right idea, and i've reported a mail, yay. what i realised was that i had to use the line:

perl myscript.pm

to execute my script, which was just:

use WWW::Mechanize::SpamCop; $s = WWW::Mechanize::SpamCop->new( login => 'MY_SPAMCOP_EMAIL_ADDRESS', passwd => 'MY_SPAMCOP_PASSWORD' ); $s->report_one; $s->report_all;

to think it was that simple. it would have really helped if another section like "execution" was was added alongside the "installation" section of WWW-Mechanize-SpamCop, then i would have been under way a lot sooner.

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.