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 2006-05-08 16:05:23-07 by davebaker58 in response to 2238
Re: WWW-Mechanize keeps hitting secured page all by itself, resetting sessions
Solved my problem. I found that I had written a Perl module that used WWW::Mechanize to pull a piece of information by running the mailing list software; the Perl module exported a function that was called each time a particular HTML web page was viewed (the web page is part of a templating system that enables embedding of functions into the page). The web page isn't in my secured directory so displays of that web page didn't show up in the access log for the secured directory, though the module's use of WWW::Mechanize did. I guess hits on that web page and calls to the Perl module are completed so fast that ps -aux doesn't catch 'em except in a rare coincidence, or maybe they show up in ps -aux merely as an Apache httpd process due to the way the templating system works (Apache::SimpleTemplate).
Direct Responses: Write a response