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 );
Product's homepage
Requirements:
· Perl