hey monks!how can i do this:i have one sub function, which has 5 other sub functions implemented inside it.Now the big sub function, takes parameters and pass it to the first (inside) sub function, then the output of that sub function should be given as the input for the second function,and so on.can u help me?