ssage-
From: rkl [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 04, 2003 3:40 AM
To: perl
Subject: Re: WWW::Mechanize and Cookies
Hi all:
Are these libs: WWW:: Mechanize and HTTP::Cookies in perl or mod_perl?
-rkl
Pablo Fischer writes:
> Hi!
>
> Im creating an script that
On Thu, 04 Sep 2003 00:39:55 -0700, "rkl" <[EMAIL PROTECTED]> wrote:
> Hi all:
>
> Are these libs: WWW:: Mechanize and HTTP::Cookies in perl or mod_perl?
>
Written in or available in?
Written in: Perl
Available in: yes
They are standard Perl
Hi all:
Are these libs: WWW:: Mechanize and HTTP::Cookies in perl or mod_perl?
-rkl
Pablo Fischer writes:
Hi!
Im creating an script that checks for broken links. Im using this modules:
use WWW::Mechanize;
use HTTP::Cookies;
What Im trying to do?, I need to login in a website (cause to
Hi!
Im creating an script that checks for broken links. Im using this modules:
use WWW::Mechanize;
use HTTP::Cookies;
What Im trying to do?, I need to login in a website (cause to check broken
links I need to be loged).
I also checked the cookies once I've loged and they're created, however,