in reply to Detecting stringified references with WWW::Mechanize

I like the idea.

I wonder whether a similar function could be written as a mod_perl 2 filter, logging pertinent information at a specific place for easy perusal by developers.

The disadvantage of the approach with WWW::Mechanize is that you have to guess the "real live" settings, whereas a filter approach would be run automaticaly for as long as you enable the filter.

Liz

  • Comment on Re: Detecting stringified references with WWW::Mechanize

Replies are listed 'Best First'.
Re: Re: Detecting stringified references with WWW::Mechanize
by borisz (Canon) on Jan 09, 2004 at 00:25 UTC
    I use a similar thing for my pages that served with Apache::PageKit there is a easy content filter for every page. I feed it to tidy and get more output as I want. ;-)