Help for this page

Select Code to Download


  1. or download this
      my $NewDataSet = XMLin($xml, KeyAttr => [], ForceArray => ['Table'])
    +;
    
  2. or download this
      my $table = $NewDataSet->{Table};
      my $table_count = @$table;