and I would like to call each in turn:
foreach $function (LIST_OF_FUNCTIONS) {
if ($function ~= /^mod_/) {
&$function();
}
}
How do I get the list of all functions in context right now ?
Thanks.
Pat
patrickn@tygerteam.com
In reply to Looping on function names by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |