When you call a function you have to have (), but when you make a function you don not, in fact unless you use paramaters then you shouldn't use them.

fox_func();

function fox_func
{
foxhound.cool = on;


---------------------
There is no signature here.


QUIT LOOKING FOR ONE!