- or download this
use Report;
$rep = Reporter->new();
...
my $id = "2";
my $value2 = "Some Process B";
$rep->getParameter($id,$value2);
- or download this
Report.pm
sub getParameter
...
#The idea is that I need to keep writing the values so obtained in an
+xml format..
}
- or download this
<Parameter key="1">Some Process A</Parameter>
<Parameter key="2">Some Process B</Parameter>