
Watch my fave video and follow the "same user" links on there to see the GUADEC vids.
my $mech = new WWW::Mechanize;
$mech->get( "http://www.imdb.com/register/login" );
$mech->success or die "Can't get the login page";
$mech->submit_form(
form_number => 2,
fields => {
login => 'email@test.com',
password => "mypassword",
},
);
my $id;
foreach $id (@imdb_ids) {
print "Adding $id\n";
$mech->get ("http://www.imdb.com/rg/title-lhs/mymovies/mymovies/list?pending&add=$id");
}
A couple move into a bad apartment in a bad neighborhood in New York. The apartment contains a refrigerator, which is the only thing they like in the place. However, they slowly discover that the refrigerator is a monster which kills people in gruesome ways and then sends them to hell. The refrigerator is already gaining mind control over the husband. What will happen?José now officially has the worst taste ever.
** Message: WARNING: Site uses unimplemented function 'totemINarrowSpacePlayer::GetRate'Then file a bug against Totem's browser plugin component, with the debug output messages, and the URL to access the page in question. Hopefully, we'll be able to implement the missing functionality, as we've done for the Apple site above.