9 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
sub getcrprrumba
{
my @CRPRRumba;
my @QUERY_RESULT;
@QUERY_RESULT=`ccm query -u -f "%displayname;%crstatus" -t problem "platform_component_name='RUMBA' and platform_module_name='Entertainment' and module_comp_version='Rumba/B11.8' and (crstatus='test' or crstatus='solved' or crstatus='concluded') and test_date>time('Fri Nov 10 16:51:26 2006') and test_date<time('Wed Nov 22 16:52:46 2006')"`;
chomp(@QUERY_RESULT);
@CRPRRumba = qx(@QUERY_RESULT);
return(@CRPRRumba);
}
9 Einträge, 1 Seite |