--- lib/PXElator/httpd.pm 2009/08/10 12:31:38 192 +++ lib/PXElator/httpd.pm 2009/08/10 16:36:16 193 @@ -246,7 +246,12 @@ glob("$server::conf/ip/*") ) , qq|

ARP

| - , html::pre_dump( $arp ) + , html::table( -3, 'mac', 'dev', 'ip', + map { + my $c = $arp->{$_}; + ( html::tt( $_ ), $c->[1], $c->[0] ) + } sort keys %$arp + ) ; } } elsif ( $path =~ m{^/our/(\w+)/(\S+)} ) {