Port - Stores information regarding a server's open ports
use DBI; use Port;
my $dbh = DBI->connect(...); my $port = new Port( machine=>$machineID, port=>$portnumber, name=>$portname, description=>$protocol );
Port is mainly used for storing port information to the ports table. This is a child class of Node.
new() - create a new port
id - port ID dbHandle - database handle
machine - machine that owns this interface port - common number for this port name - common name for this port description - protocol used by this port
Port 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.