Talk:Control Structures
From Wiki
Are nested subs allowed? For example..
sub mysub
..do something.. sub mysub2 ..do something else.. return
return
Also, would 'mysub2' be callable from outside of 'mysub'? The documentation isn't clear on this.