{ my @array; sub Merge { @array = @_; MergeSort(0, $#array); } sub MergeSort { # can see @array here... } }
In reply to Re: Scoped Variables in a Recursive Function.
by japhy
in thread Scoped Variables in a Recursive Function.
by kilinrax
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |