WWW-Myspace - Re: kinda off-topic.....

Posted on Sun Mar 12 02:05:17 2006 by grantg in response to 1933 (See the whole thread of 5)
Re: kinda off-topic.....
LWP won't really help fix that.

WWW::Myspace tries the page 5 times if it gets an error. If you want it to try forever, try this:

my $myspace; do { $myspace = new WWW::Myspace( $username, $password ); } until ( $myspace->logged_in );
Direct Responses: 1940 | Write a response