%attr>
ajax => 1
%attr>
<%args>
$grep => undef
%args>
<%perl>
my $out = $m->comp("/include/system:dmesg", %ARGS);
$out =~ s/^\s*//g;
%perl>
<% $out %>
<%filter>
use HTML::FillInForm;
# auto fill in form fields
my $fif = HTML::FillInForm->new();
$_ = $fif->fill(
scalarref => \$_,
fdat => \%ARGS
);
%filter>