HTTP::Recorder Introducing HTTP::Recorder #20

The re-written link

HTTP::Recorder rewrites the link so that it looks like this (shown without HTML escaping to make it more readable):

<a href="http://www.cpan.org/?rec-url=http://www.cpan.org/&rec-action=follow&rec-text=CPAN&rec-index=1">CPAN</a>

For links, HTTP::Recorder adds these parameters:

The "rec" prefix is configurable with the prefix method

        $recorder->prefix('myprefix');

Forms are re-written in a similar fashion.

Linda Julien