iowaprogrammer
ISP
I am not real sure how to word my question, so bare with me. Trying to find information or get pointed to an article that explains what the difference between $debug and $debug. are? What the dot on the end of the variable does, if anything?
$mac=lc($mac);
$debug.=$mac;
$debug.=`./script.expect $mac`;
$mac=lc($mac);
$debug.=$mac;
$debug.=`./script.expect $mac`;