App-BarnesNoble-WishListMinder
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/BarnesNoble/WishListMinder.pm view on Meta::CPAN
$have_cookie = 1 if $_[1] eq 'userid'
and $_[4] eq '.barnesandnoble.com'
and $_[8] > $min_expires
});
$have_cookie;
} # end have_user_cookie
#---------------------------------------------------------------------
sub update_wishlists
{
my $self = shift;
my $config = $self->config;
my $m = $self->mech;
# Ensure we can open the database before we start making web requests
$self->dbh;
$self->login unless $self->have_user_cookie;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.460 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )