Help for this page

Select Code to Download


  1. or download this
    { local $/ = undef; $xml = <XML>; };
    
  2. or download this
    $xml =~ s/hostname/$hostname/g;
    $xml =~ s/interface/$interface/g;