Help for this page

Select Code to Download


  1. or download this
    #include header.dhcp
    group {
    ...
    }
    #block hosts-declaration hostdeclSub
    #include footer.dhcp
    
  2. or download this
    read&parse(skeleton);
    run();
    ...
        $res .= "host $hosts{$_}{name}  {  hardware-address $hosts{$_}{mac
    +}  }\n" for keys %hosts 
       return $res
    }