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

Apache2::Translation::Admin - A WEB interface for Apache2::Translation

SYNOPSIS

PerlModule Apache2::Translation::Admin

<Perl> $My::Transadmin= Apache2::Translation::Admin->new(provider_url=>'/-/config'); </Perl>

<Location /-/transadm/> SetHandler modperl PerlResponseHandler $My::Transadmin->handler </Location>

<Location /-/config> SetHandler modperl PerlResponseHandler Apache2::Translation::Config </Location>

DESCRIPTION

AUTHOR

Torsten Foertsch, <torsten.foertsch@gmx.net>

COPYRIGHT AND LICENSE

Copyright (C) 2005-2007 by Torsten Foertsch

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.