Egg::Plugin::Redirect::Body

Egg::Plugin::Redirect::Body is a Perl module created to output of redirect screen etc.
Download

Egg::Plugin::Redirect::Body Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Masatoshi Mizuno
  • Publisher web site:
  • http://search.cpan.org/~lushe/

Egg::Plugin::Redirect::Body Tags


Egg::Plugin::Redirect::Body Description

Egg::Plugin::Redirect::Body is a Perl module created to output of redirect screen etc. Egg::Plugin::Redirect::Body is a Perl module created to output of redirect screen etc.SYNOPSIS use Egg qw/ Redirect::Body /; __PACKAGE__->egg_startup( plugin_redirect => { default_url => '/', default_wait => 0, default_msg => 'Processing was completed.', style => { body => ' ..... ', h1 => ' ..... ', div => ' ..... ', }, }, ); # redirect screen is output and processing is ended. $e->redirect_body('/hoge_page', 'complete ok.', alert => 1 ); # The HTML source of redirect screen is acquired. my $html= $e->redirect_body_source('/hoge_page', 'complete ok.', alert => 1 ); Requirements: · Perl


Egg::Plugin::Redirect::Body Related Software