--- templates/commands.html.epl 2009/06/16 22:15:34 6 +++ templates/commands.html.epl 2009/06/17 11:28:12 7 @@ -18,5 +18,16 @@ % my $run = $hostname ? "ssh $hostname $cmd" : $cmd; <%= $cmd %>
<%= `$run` %>
+ + +% foreach my $run ( $self->run( $cmd ) ) { + + + + +% } +
<%= $cmd %>
<%= $run->{hostname} %> +
<%= $run->{out} %>
+
% } % }