I have a input file that has ~ for segment seperators and ^ for data seperators within the segment.
The first 9 segments are processed in order, after the 9th segment the segments available can vary. So I used a for loop. The for loop starts at line 103. The first line within the loop is at line 105. The code never enters thye for loop.
Is Perl able to execute a FOR loop within a WHILE loop?
The link contains both the data and the code.
The first 9 segments are processed in order, after the 9th segment the segments available can vary. So I used a for loop. The for loop starts at line 103. The first line within the loop is at line 105. The code never enters thye for loop.
Is Perl able to execute a FOR loop within a WHILE loop?
The link contains both the data and the code.