Help for this page

Select Code to Download


  1. or download this
    use Capture::Tiny ':all';
    use CGI qw(:standard);
    ...
    
    buildHtmlStatusOutput($stderr);
    
  2. or download this
    my ($output_merged,@results) = tee_merged {
    
        $obj->doAction();
    };