Hi, I have this:
my $_cmd = $_Os{$_Globals{OS}}{DHCPD} ;
system($_cmd) or Error("DHCPD");
it works but i would have this
my $_cmd = $_Os{$_Globals{OS}}{DHCPD} .  $eth;
        
$eth is a variable that could be for exemple $cmd=dhcpd eth0

Thanks.        


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to