Help for this page

Select Code to Download


  1. or download this
    #-----------------------------------------------------------------
    package Node;
    ...
        $obj->Hostname($hostname);
        return $obj;
    }
    
  2. or download this
            $nodeobj = Node->new($ip, $mac_address, $machine);
            push(@nodes, $nodeobj);