Tripletail::InputFilter::Plain - Tripletail::InputFilter::Plain documentation


Tripletail documentation  | view source Contained in the Tripletail distribution.

Index


NAME

Top

Tripletail::InputFilter::Plain - 何も処理を行わない

SYNOPSIS

Top

  $TL->setInputFilter('Tripletail::InputFilter::Plain');

  $TL->startCgi(
      -main => \&main,
  );

  sub main {
  }

DESCRIPTION

Top

何も処理を行わない。 セッションについても処理を行わないので注意が必要。

METHODS

decodeCgi

内部メソッド

decodeURL

内部メソッド

SEE ALSO

Top

Tripletail
Tripletail::InputFilter
Tripletail::InputFilter::Plain

AUTHOR INFORMATION

Top

Copyright 2006 YMIRLINK Inc.

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

このフレームワークはフリーソフトウェアです。あなたは Perl と同じライセンスの 元で再配布及び変更を行うことが出来ます。

Address bug reports and comments to: tl@tripletail.jp

HP : http://tripletail.jp/


Tripletail documentation  | view source Contained in the Tripletail distribution.