i have some functions: sub post {... etc..
i have a variable: $action = "post";
how do you call the function defined in the variable?
its not &$action;.. i know that much..
i haven't programmed in so long.. probably a dumb question.. thanks for any help though