Help for this page

Select Code to Download


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