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

Rudesind::Handler - The mod_perl handler for Rudesind

SYNOPSIS

  <Location /Rudesind>
    SetHandler perl-script
    PerlHandler Rudesind::Handler
  </Location>

DESCRIPTION

This module provides a handler() subroutine for mod_perl. It fudges the URI so that Mason's standard resolver works even though the incoming URI may not match a path on the filesystem.