Help for this page
=for discussion The Problem: ... my $child = $main->newchild(); my ($code, $content) = $child->usechild();
=for explanation Solution 1: ... return( $res->code(), $res->content() ); }