in reply to System() or the like
From the cpan documentation:
it might be best to use a module here rather than depending on system commands and/ or backticks.get_table() - retrieve a table from the remote agent Blocking $response = $session->get_table($oid); Non-blocking $ok = $session->get_table( -baseoid => $oid, [-callback => sub {},] [-delay => $seconds] );
i do a fair to large amount of SNMP work at work, and I use SNMP.pm for most, if not all, apps that need this kind of info.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: System() or the like
by Rippa (Novice) on Sep 18, 2001 at 17:28 UTC |