Help for this page

Select Code to Download


  1. or download this
    package XML::SAX::jmeter;
    use strict;
    ...
    state %record = %{empty_record}; 
    #Initialization of state variables in list 
    #context currently forbidden at ...
    
  2. or download this
    state %record = %{empty_record()};
    state %record = %{&empty_record};
    state %record = %{&empty_record()};