Help for this page

Select Code to Download


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