I have been searching but cannot find any reference to calling functions directly from a name array list.
[code}
@vars=("subrout1","subrout2","subrout3");
[/code]
In the above code, what would be the syntax to call a sub routine named $vars[1]?
Keith
[code}
@vars=("subrout1","subrout2","subrout3");
[/code]
In the above code, what would be the syntax to call a sub routine named $vars[1]?
Keith