 WizOz5 join:2004-02-28 Summerville, SC | reply to WizOz5
Re: [DW6000] hnFapmon no tx/rx information Can you by chance tell which line I have to edit also?
sub new { my $invocant = shift; my $class = ref($invocant) || $invocant; my $self = { modemtype => 'DW6000', main => '/', pep => { default => '/cgi/execAdvCom.bin?Command=63', '4.3.3.5' => '/statcgi/pepstats.bin', '5.4.0.20' => '/cgi/execAdvCom.bin?Command=57', '5.4.1.8' => '/cgi/execAdvCom.bin?Command=63', }, sysinfo => '/sys_info/', summary => '/stats/summary/summary.html', @_, };
bless ($self, $class); return $self; |