Help for this page

Select Code to Download


  1. or download this
    my $bandwidth =  $xml->{exec_command}->{xml_show_result}->{xml_show_re
    +source_usage}->{ru_entry}->{bandwidth}->{ru_current};
    
  2. or download this
    my $bandwidth =  $xml->{exec_command}->{xml_show_result}->{xml_show_re
    +source_usage}->{ru_entry}->{'bandwidth           '}->{ru_current};
    
  3. or download this
    my $xml = XMLin($tmpfile, ForceArray => 0, SuppressEmpty => 1, KeyAttr
    + => 'ru_resource', NormaliseSpace => 1 );