in reply to problem loggin into pm
my $resp = $mech->get( 'http://www.perlmonks.org?node_id=109' ); # here ----------------------------------------^^
That should be
"works for me"[tm] changing that ;-)my $resp = $mech->get( 'http://www.perlmonks.org/?node_id=109' );
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 |