Dear Maintainer,
the example this line:
my @routes = get_ip_cidr_route_table();
should be corrected to:
my @routes = $session->get_ip_cidr_route_table();
otherwise you get "Undefined subroutine &main::get_ip_cidr_route_table called"
error.
g.
Tue Oct 15 11:09:34 2013GAISSMAI [...] cpan.org - Correspondence added
thanks for reporting, fixed in 0.04 soon on CPAN
Am Di 15. Okt 2013, 07:15:20, retvari@tmit.bme.hu schrieb:
Show quoted text
> Dear Maintainer,
>
> the example this line:
>
> my @routes = get_ip_cidr_route_table();
>
> should be corrected to:
>
> my @routes = $session->get_ip_cidr_route_table();
>
> otherwise you get "Undefined subroutine &main::get_ip_cidr_route_table
> called"
> error.
>
> g.
Tue Oct 15 11:09:34 2013The RT System itself - Status changed from 'new' to 'open'
Tue Oct 15 11:09:35 2013GAISSMAI [...] cpan.org - Status changed from 'open' to 'resolved'
Tue Oct 15 12:53:34 2013retvari [...] tmit.bme.hu - Correspondence added
wow, that was fast!
by the way, thank you very much for the code: it spared me quite a lot of time,
by not having to deal with parsing the SNMP IpCidrRouteTable result from
Net::SNMP.
g.