I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-12-03 20:59:34-08 by jrad
newbie question
I know I am using a valid account, username/password is correct, but login fails and I see the following output:
Day too big - (numbers removed)
Sec too big - (numbers removed)
Just doing this: use WWW::Myspace; my $myspace = new WWW::Myspace;
Looks like the script can't get the friend ID from my page for some reason and is setting login to failed. Am I missing something?
Direct Responses: 3693 | Write a response
Posted on 2006-12-03 21:29:47-08 by grantg in response to 3692
Re: newbie question
Sounds like an issue that was fixed in version 0.60 (the current release). Make sure you're using version 0.60.

cpan -i WWW::Myspace

- Grant

Direct Responses: Write a response