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

Update Re: exact string match?

2003-09-02 Thread rkl
Thanks! You guys.gals are fast! Ok. Use eq instead of == for string compare but does single quote or qouble quote matter? thanks again, -rkl rkl writes: How to test for exact string match? this doesn't work: $mystr == "exactstr" thanks -rkl -- To unsubscribe,

exact string match?

2003-09-02 Thread rkl
How to test for exact string match? this doesn't work: $mystr == "exactstr" thanks -rkl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]