Connection - Saves information regarding a network connection
use DBI; use Connection;
my $dbh = DBI->connect(...); my $connection = new Connection( networkAddress=>$netadd, interface=>$interfaceID, dbHandle=>$dbh );
Connection provides an easy interface to save a new connection data to the connections table.
new() - creates a new connection
dbHandle - database handle networkAddress - network address interface - interface ID
Connection is supported as part of the core Pawikan distribution. Please send bug report to <netapps@pregi.net> or use the bugzilla.
Edwin Viñas <edwinv@asti.dost.gov.ph>
Jerremeo Raynier Gabás <ren@asti.dost.gov.ph>
René Mendoza <renem@asti.dost.gov.ph>
Rey Vincent Babilonia <rvincent@asti.dost.gov.ph>
Paul Afroilan <paula@asti.dost.gov.ph>
Copyright (c) 2004 Philippine Research, Education and Government Information Network. All rights reserved. This program is part of the Pawikan distribution; you can redistribute it and/or modify it under the same terms as Pawikan itself.