in reply to Re^4: Dhcpclient module
in thread Dhcpclient module

You seem to have missed the significance of the debugging example. In both cases there is a spelling error. In the first case perl will die with an error. In the second case it will silently create a new hash element with the wrong name. You will go over the code many times trying to see why $obj->{INTERFACE} is NULL.....

Cheers

tachyon