Also note that in the statement
(@b,@isec) = ArrayFunctions(\@ArrayA, \@ArrayB, \@b, \@isec);
the array @b will consume the entire list returned by the ArrayFunctions() invocation, leaving @isec eternally empty. This is due to the 'list flattening' behavior of Perl.
In reply to Re^3: Syntax error for the following ???
by AnomalousMonk
in thread Syntax error for the following ???
by mr_p
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |