The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenFrame::Example::Redirector - Simple redirector

SYNOPSIS

  my $response = OpenFrame::Example::Redirector->new();

  # (to a pipeline with an OpenFrame::Segment::Apache::Request and
  # some more segments)
  $pipeline->add_segment($response);

DESCRIPTION

The OpenFrame::Example::Redirector module is a Pipeline::Segment that redirects any requests for a URL which contains 'redirect' to '/'.

AUTHOR

Leon Brocard <acme@astray.com>

COPYRIGHT

Copyright 2002 Fotango Ltd. Licensed under the same terms as Perl itself.