in reply to problem loggin into pm

Typo:
my $resp = $mech->get( 'http://www.perlmonks.org?node_id=109' ); # here ----------------------------------------^^

That should be

my $resp = $mech->get( 'http://www.perlmonks.org/?node_id=109' );
"works for me"[tm] changing that ;-)
(I guess WWW::Mechanize doesn't repost the credentials upon redirects)

update: I see you want to store your cookie under /cookies - is that right? root dir? is that your folder, do you have write access to that?

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^2: problem loggin into pm
by holli (Abbot) on Jan 08, 2008 at 13:50 UTC
    That doesnt change anything on my end.


    holli, /regexed monk/