RE: WWW::Mechanize and Cookies

2003-09-04 Thread Hanson, Rob
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

Re: WWW::Mechanize and Cookies

2003-09-04 Thread wiggins
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

Re: WWW::Mechanize and Cookies

2003-09-04 Thread rkl
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

WWW::Mechanize and Cookies

2003-09-02 Thread Pablo Fischer
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,