in reply to Re^2: snmpget is missing some values
in thread snmpget is missing some values
Re: Using a Database:open my $log, ">>", "$path/register_list.txt" or die "Cannot append:$! +"; print $log join( ",",$date,$client_ip,$client_imsi,$bsid),"\n"; close $log;
I have a simple cgi application that presents the contents of a Sqlite DB, to a web page, enabling queries. This is why I would prefer a database.
This is not an optical illusion, it just looks like one.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: snmpget is missing some values
by hippo (Archbishop) on Apr 13, 2016 at 22:43 UTC | |
by NetWallah (Canon) on Apr 14, 2016 at 01:03 UTC |