Help for this page
use strict; use warnings; ... my $cookie = cookie( -name => 'test', -value => 'tset' ); print redirect( -uri => '/', -cookie => $cookie );