I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-02-10 11:53:52-08 by abeltje in response to 4303
Re: Can't login to site
Hi, answers to questions: 1) there is a difference in IE between right-click>view source and Menu View>source 2) the default argument to find_link() which is called bij follow_link() is "n => 1", so yes, it wi +ll follow the first "link" it can find (see the docs for find_link()). 3) if you call submit_form() without a "button" argument, it will call the submit() method of the f +orm directly (see the docs for submit_form()). HTH, -- Abe.
Direct Responses: 4314 | Write a response